mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
Change maxwait default to 10 seconds
This commit is contained in:
@@ -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)
|
||||||
|
@@ -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)
|
||||||
|
Reference in New Issue
Block a user