summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2020-12-21 15:19:24 -0600
committerMark Felder <feld@feld.me>2020-12-21 15:19:24 -0600
commitd5746e84472890ceb3fbc57a8b773fd311038602 (patch)
tree6009c58f0b7b014306825091877ea27ab351f069
parent8e1f32e71560c4b36ccbdc3ecf8de8386928305a (diff)
Do not include pool_size in the template. It encourages unwanted fiddling :)
-rw-r--r--priv/templates/sample_config.eex3
1 files changed, 1 insertions, 2 deletions
diff --git a/priv/templates/sample_config.eex b/priv/templates/sample_config.eex
index cdddc47ea..2f5952ef1 100644
--- a/priv/templates/sample_config.eex
+++ b/priv/templates/sample_config.eex
@@ -32,8 +32,7 @@ config :pleroma, Pleroma.Repo,
username: "<%= dbuser %>",
password: "<%= dbpass %>",
database: "<%= dbname %>",
- hostname: "<%= dbhost %>",
- pool_size: 10
+ hostname: "<%= dbhost %>"
# Configure web push notifications
config :web_push_encryption, :vapid_details,