bicep/postgres: Remove jit setting
The nixos build of postgres doesn't support it anyways
This commit is contained in:
parent
ede76faa79
commit
815063744b
|
@ -62,7 +62,6 @@
|
||||||
# Advanced features
|
# Advanced features
|
||||||
enable_partitionwise_join = true;
|
enable_partitionwise_join = true;
|
||||||
enable_partitionwise_aggregate = true;
|
enable_partitionwise_aggregate = true;
|
||||||
jit = true;
|
|
||||||
max_slot_wal_keep_size = "1000 MB";
|
max_slot_wal_keep_size = "1000 MB";
|
||||||
track_wal_io_timing = true;
|
track_wal_io_timing = true;
|
||||||
maintenance_io_concurrency = 100;
|
maintenance_io_concurrency = 100;
|
||||||
|
|
Loading…
Reference in New Issue