Add scavenge interval property to jdbc-sessions.mod
This commit is contained in:
parent
f1f6c67acf
commit
fe0bbe8e2f
|
@ -16,6 +16,9 @@ etc/jetty-jdbc-sessions.xml
|
|||
## Unique identifier for this node in the cluster
|
||||
jetty.jdbcSession.workerName=node1
|
||||
|
||||
## The interval in seconds between sweeps of the scavenger
|
||||
jetty.jdbcSession.scavenge=600
|
||||
|
||||
##Uncomment either the datasource name or driverClass and connectionURL
|
||||
#jetty.jdbcSession.datasource=sessions
|
||||
#jetty.jdbcSession.driverClass=changeme
|
||||
|
|
Loading…
Reference in New Issue