mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Clarify removeAbandoned, add reference to core-hibernate.xml
This commit is contained in:
@@ -75,6 +75,7 @@ db.schema = public
|
||||
## Database Connection pool parameters
|
||||
# DSpace wraps around the Apache Commons DBCP2 component, to read about its configuration
|
||||
# see: https://commons.apache.org/proper/commons-dbcp/configuration.html
|
||||
# look at DSPACE/config/spring/api/core-hibernate.xml for more options
|
||||
|
||||
# Maximum number of active DB connections in pool (-1 = unlimited)
|
||||
# (default = 30)
|
||||
@@ -100,7 +101,7 @@ db.initialsize = 0
|
||||
# (default = -1)
|
||||
db.maxconnlifetime = -1
|
||||
|
||||
# Remove abandoned connections.
|
||||
# Remove abandoned connections. This is documented under "removeAbandonedOnBorrow" in DBCP2.
|
||||
# (default = false)
|
||||
db.removeabandoned = false
|
||||
|
||||
|
Reference in New Issue
Block a user