SERVER_RESTART_DELAY=number of seconds
set
SERVER_RESTART_DELAY=number of seconds
in notes.ini
Takes Seconds as Value
Maximum value use to be 5 minutes but
I increased the Maximum to 2 hours in Release 8.5.2
So if I wanted to wait for 1 hours -
1*60*60
SERVER_RESTART_DELAY=3600
I use it in my Notes/Domino development
domains with program records doing scheduled server restarts to validate
fail over by forcing servers down and keeping them down for different intervals
and then they just come back up after the interval without me having to
do anything..