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

stable
Mark Felder 4 years ago
parent 8e1f32e715
commit d5746e8447

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

Loading…
Cancel
Save