Change maxwait default to 10 seconds

This commit is contained in:
j4bbi
2020-12-08 09:53:42 +00:00
parent a72ff50de1
commit 306dc779a2
2 changed files with 4 additions and 4 deletions

View File

@@ -92,8 +92,8 @@ db.schema = public
db.maxconnections = 30 db.maxconnections = 30
# Maximum time to wait before giving up if all connections in pool are busy (milliseconds) # Maximum time to wait before giving up if all connections in pool are busy (milliseconds)
# (default = 5000ms or 5 seconds) # (default = 10000ms or 10 seconds)
db.maxwait = 5000 db.maxwait = 10000
# Maximum number of idle connections in pool (-1 = unlimited) # Maximum number of idle connections in pool (-1 = unlimited)
# (default = 10) # (default = 10)

View File

@@ -100,8 +100,8 @@ db.schema = public
#db.maxconnections = 30 #db.maxconnections = 30
# Maximum time to wait before giving up if all connections in pool are busy (milliseconds) # Maximum time to wait before giving up if all connections in pool are busy (milliseconds)
# (default = 5000ms or 5 seconds) # (default = 10000ms or 10 seconds)
#db.maxwait = 5000 #db.maxwait = 10000
# Maximum number of idle connections in pool (-1 = unlimited) # Maximum number of idle connections in pool (-1 = unlimited)
# (default = 10) # (default = 10)