Clarify removeAbandoned, add reference to core-hibernate.xml

This commit is contained in:
Hrafn Malmquist
2021-03-12 09:59:45 +00:00
parent 7fc96dc148
commit 75e3369d39

View File

@@ -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