From d5746e84472890ceb3fbc57a8b773fd311038602 Mon Sep 17 00:00:00 2001
From: Mark Felder <feld@feld.me>
Date: Mon, 21 Dec 2020 15:19:24 -0600
Subject: [PATCH] Do not include pool_size in the template. It encourages
 unwanted fiddling :)

---
 priv/templates/sample_config.eex | 3 +--
 1 file changed, 1 insertion(+), 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,