diff --git a/hosts/bicep/services/postgres.nix b/hosts/bicep/services/postgres.nix index 426d06f..ca9799b 100644 --- a/hosts/bicep/services/postgres.nix +++ b/hosts/bicep/services/postgres.nix @@ -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;