diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-07-28 21:02:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-31 15:38:08 +0200 |
commit | 1c3386e87f947d5b1dabb9be6a3b1a5d0fbf0d50 (patch) | |
tree | f4a4efecf5d94fe1a98508db9e4ac26c0a2f8ef4 /config/default.yaml | |
parent | 040467f5c8cba429176423d5e4b83bf5379ad101 (diff) | |
download | PeerTube-1c3386e87f947d5b1dabb9be6a3b1a5d0fbf0d50.tar.gz PeerTube-1c3386e87f947d5b1dabb9be6a3b1a5d0fbf0d50.tar.zst PeerTube-1c3386e87f947d5b1dabb9be6a3b1a5d0fbf0d50.zip |
adding ORM pool configuration
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 |