mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 07:23:08 +00:00
Change maxwait default to 10 seconds
This commit is contained in:
@@ -92,8 +92,8 @@ db.schema = public
|
||||
db.maxconnections = 30
|
||||
|
||||
# Maximum time to wait before giving up if all connections in pool are busy (milliseconds)
|
||||
# (default = 5000ms or 5 seconds)
|
||||
db.maxwait = 5000
|
||||
# (default = 10000ms or 10 seconds)
|
||||
db.maxwait = 10000
|
||||
|
||||
# Maximum number of idle connections in pool (-1 = unlimited)
|
||||
# (default = 10)
|
||||
|
@@ -100,8 +100,8 @@ db.schema = public
|
||||
#db.maxconnections = 30
|
||||
|
||||
# Maximum time to wait before giving up if all connections in pool are busy (milliseconds)
|
||||
# (default = 5000ms or 5 seconds)
|
||||
#db.maxwait = 5000
|
||||
# (default = 10000ms or 10 seconds)
|
||||
#db.maxwait = 10000
|
||||
|
||||
# Maximum number of idle connections in pool (-1 = unlimited)
|
||||
# (default = 10)
|
||||
|
Reference in New Issue
Block a user