From 05222245d2f26727b56c9f3b965353b67e8976de Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 25 Aug 2023 18:09:43 -0700 Subject: [PATCH] Typo fix --- etc/postgresql/15/main/conf.d/optimizations-general.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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