diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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: | |||
22 | suffix: '_dev' | 22 | suffix: '_dev' |
23 | username: 'peertube' | 23 | username: 'peertube' |
24 | password: 'peertube' | 24 | password: 'peertube' |
25 | pool: | ||
26 | max: 5 | ||
25 | 27 | ||
26 | # You can also specify a 'socket' path to a unix socket but first need to | 28 | # You can also specify a 'socket' path to a unix socket but first need to |
27 | # comment out hostname and port | 29 | # comment out hostname and port |