1
0
원본 프로젝트 : Drift/pvv-nixos-config

bicep/postgres: Remove jit setting

The nixos build of postgres doesn't support it anyways
This commit is contained in:
Daniel Lovbrotte Olsen 2023-05-23 04:57:07 +02:00
부모 ede76faa79
커밋 815063744b

@ -62,7 +62,6 @@
# Advanced features
enable_partitionwise_join = true;
enable_partitionwise_aggregate = true;
jit = true;
max_slot_wal_keep_size = "1000 MB";
track_wal_io_timing = true;
maintenance_io_concurrency = 100;