forked from I2P_Developers/i2p.i2p
Add wrapper deadlock detection to default wrapper.config
This commit is contained in:
@ -285,3 +285,10 @@ wrapper.ntservice.starttype=AUTO_START
|
||||
# Allow the service to interact with the desktop.
|
||||
wrapper.ntservice.interactive=false
|
||||
|
||||
# http://wrapper.tanukisoftware.com/doc/english/prop-check-deadlock.html
|
||||
# requires wrapper 3.5.0 or higher
|
||||
# interval is seconds
|
||||
wrapper.check.deadlock=TRUE
|
||||
wrapper.check.deadlock.interval=3699
|
||||
wrapper.check.deadlock.action=DUMP,RESTART
|
||||
wrapper.check.deadlock.output=FULL
|
||||
|
Reference in New Issue
Block a user