diff --git a/etc/postgresql/15/main/conf.d/optimizations-general.conf b/etc/postgresql/15/main/conf.d/optimizations-general.conf index 1e81c5d..bc245e8 100644 --- a/etc/postgresql/15/main/conf.d/optimizations-general.conf +++ b/etc/postgresql/15/main/conf.d/optimizations-general.conf @@ -7,5 +7,5 @@ maintenance_work_mem = 1GB effective_io_concurrency = 100 max_worker_processes = 12 max_parallel_workers = 12 -max_parellel_workers_per_gather = 3 -max_parellel_workers_per_gather = 3 \ No newline at end of file +max_parallel_workers_per_gather = 3 +max_parallel_maintenance_workers = 3 \ No newline at end of file