From 6fd7feffeec6c2eef5a1be151a2c710cd35364b8 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 30 Dec 2020 14:40:54 +0100 Subject: [PATCH] :sparkles: Increase default max database poolsize to 20. --- backend/src/app/main.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/app/main.clj b/backend/src/app/main.clj index a22513ab91..f9cd5bf9d2 100644 --- a/backend/src/app/main.clj +++ b/backend/src/app/main.clj @@ -33,7 +33,7 @@ :migrations (ig/ref :app.migrations/all) :name "main" :min-pool-size 0 - :max-pool-size 10} + :max-pool-size 20} :app.metrics/metrics {}