projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e1f32e
)
Do not include pool_size in the template. It encourages unwanted fiddling :)
author
Mark Felder
<feld@feld.me>
Mon, 21 Dec 2020 21:19:24 +0000
(15:19 -0600)
committer
Mark Felder
<feld@feld.me>
Mon, 21 Dec 2020 21:19:24 +0000
(15:19 -0600)
priv/templates/sample_config.eex
patch
|
blob
|
history
diff --git
a/priv/templates/sample_config.eex
b/priv/templates/sample_config.eex
index cdddc47eab0384cb97927cdbc2dacd0eb548da66..2f5952ef18891ae57a6a583e7030112924b8ded6 100644
(file)
--- 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,