forked from infra/ansible
Lower the DB connection recycling time in Dist-Git
Fixes: infra/tickets#13099 Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
369056132a
commit
1e56a66d34
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ DB_URL = 'postgresql://{{ distgit_pagure_db_user }}:{{ distgit_pagure_db_pass }}
|
|||
|
||||
# Something breaks the database connections after a while, recycle them sooner
|
||||
# https://forge.fedoraproject.org/infra/tickets/12622
|
||||
DB_POOL_RECYCLE = 600
|
||||
DB_POOL_RECYCLE = 300
|
||||
|
||||
### FAS groups of pagure admins
|
||||
ADMIN_GROUP = ['cvsadmin', 'sysadmin-main']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue