summaryrefslogtreecommitdiff
path: root/priv
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-12-26 22:23:05 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-12-26 22:23:05 +0300
commit4134abef63e1165f5701741c1012e64cb908654c (patch)
treebf531d2f464297c46edeaaf02e6966c1695934a5 /priv
parentcbb19d0e1882f5ce641f30b51d7156336f81aba9 (diff)
parente4f1d8f48c85b8a388d6c3945db157de5ce588c5 (diff)
downloadpleroma-4134abef63e1165f5701741c1012e64cb908654c.tar.gz
pleroma-4134abef63e1165f5701741c1012e64cb908654c.zip
Merge remote-tracking branch 'remotes/origin/develop' into feature/object-hashtags-rework
Diffstat (limited to 'priv')
-rw-r--r--priv/templates/sample_config.eex3
1 files changed, 1 insertions, 2 deletions
diff --git a/priv/templates/sample_config.eex b/priv/templates/sample_config.eex
index cdddc47ea..2f5952ef1 100644
--- 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,