From 1c3386e87f947d5b1dabb9be6a3b1a5d0fbf0d50 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sat, 28 Jul 2018 21:02:26 +0200 Subject: adding ORM pool configuration --- config/default.yaml | 2 ++ config/production.yaml.example | 2 ++ 2 files changed, 4 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index bc0530d79..3b877476d 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -22,6 +22,8 @@ database: suffix: '_dev' username: 'peertube' password: 'peertube' + pool: + max: 5 # You can also specify a 'socket' path to a unix socket but first need to # comment out hostname and port diff --git a/config/production.yaml.example b/config/production.yaml.example index d347b0ece..6087e78be 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -21,6 +21,8 @@ database: suffix: '_prod' username: 'peertube' password: 'peertube' + pool: + max: 5 # Redis server for short time storage # You can also specify a 'socket' path to a unix socket but first need to -- cgit v1.2.3