Add scavenge interval property to jdbc-sessions.mod

This commit is contained in:
Jan Bartel 2015-05-08 14:02:31 +10:00
parent f1f6c67acf
commit fe0bbe8e2f
1 changed files with 3 additions and 0 deletions

View File

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