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

This commit is contained in:
Mark Felder 2020-12-21 15:19:24 -06:00
parent 8e1f32e715
commit d5746e8447
1 changed files with 1 additions and 2 deletions

View File

@ -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,