Merge pull request 'Fix postgres running out of available connection slots' (#584) from bugfix/gitea_db_connections into master
Reviewed-on: #584
This commit is contained in:
commit
0bf50bce2e
@ -24,6 +24,7 @@ NAME = gitea
|
|||||||
USER = gitea
|
USER = gitea
|
||||||
PASSWD = <%= @postgresql_password %>
|
PASSWD = <%= @postgresql_password %>
|
||||||
SSL_MODE = disable
|
SSL_MODE = disable
|
||||||
|
MAX_OPEN_CONNS = 20
|
||||||
|
|
||||||
[repository]
|
[repository]
|
||||||
ROOT = <%= @repository_root_directory %>
|
ROOT = <%= @repository_root_directory %>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user