diff options
author | Mark Felder <feld@feld.me> | 2020-12-21 15:19:24 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2020-12-21 15:19:24 -0600 |
commit | d5746e84472890ceb3fbc57a8b773fd311038602 (patch) | |
tree | 6009c58f0b7b014306825091877ea27ab351f069 /priv/templates | |
parent | 8e1f32e71560c4b36ccbdc3ecf8de8386928305a (diff) | |
download | pleroma-d5746e84472890ceb3fbc57a8b773fd311038602.tar.gz |
Do not include pool_size in the template. It encourages unwanted fiddling :)
Diffstat (limited to 'priv/templates')
-rw-r--r-- | priv/templates/sample_config.eex | 3 |
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, |