blob: cc9847506baa03c463e56c4a1b643c5a8ad476dd [file] [log] [blame]
/*
* Script which increases the delay on each restart
* Input argument is the delay in seconds
*
* Configuration Example:
*
* wrapper.restart.delay.script=scripts/linearRestartDelay.gv
* wrapper.restart.delay.script.args=10
*/
return count*Long.parseLong(args[0])