logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: d5746e84472890ceb3fbc57a8b773fd311038602
parent 8e1f32e71560c4b36ccbdc3ecf8de8386928305a
Author: Mark Felder <feld@feld.me>
Date:   Mon, 21 Dec 2020 15:19:24 -0600

Do not include pool_size in the template. It encourages unwanted fiddling :)

Diffstat:

Mpriv/templates/sample_config.eex3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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,