logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 0ca13be499a5ac5b9940a6b9c931be13cb75a91e
parent 8e1f32e71560c4b36ccbdc3ecf8de8386928305a
Author: rinpatch <rinpatch@sdf.org>
Date:   Tue, 22 Dec 2020 11:31:06 +0000

Merge branch 'update/instance-gen-template' into 'develop'

Update instance.gen template

See merge request pleroma/pleroma!3210

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,