From: Mark Felder Date: Mon, 21 Dec 2020 21:19:24 +0000 (-0600) Subject: Do not include pool_size in the template. It encourages unwanted fiddling :) X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=d5746e84472890ceb3fbc57a8b773fd311038602;p=akkoma Do not include pool_size in the template. It encourages unwanted fiddling :) --- 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,