aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/templates/postgresql.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postgresql/templates/postgresql.conf')
-rw-r--r--modules/postgresql/templates/postgresql.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postgresql/templates/postgresql.conf b/modules/postgresql/templates/postgresql.conf
index 6f210636..bc5caa09 100644
--- a/modules/postgresql/templates/postgresql.conf
+++ b/modules/postgresql/templates/postgresql.conf
@@ -144,7 +144,7 @@ shared_buffers = 24MB # min 128kB
#bgwriter_delay = 200ms # 10-10000ms between rounds
#bgwriter_lru_maxpages = 100 # 0-1000 max buffers written/round
-#bgwriter_lru_multiplier = 2.0 # 0-10.0 multipler on buffers scanned/round
+#bgwriter_lru_multiplier = 2.0 # 0-10.0 multiplier on buffers scanned/round
# - Asynchronous Behavior -