Changed update interval back from 50 to 60 seconds:

This commit is contained in:
Magnus Juntti 2008-02-15 07:21:56 +00:00
parent 80ce55dc8c
commit 96daffc46b

View file

@ -545,5 +545,5 @@ while (1) {
}
$first_loop = $NO;
sleep(50); # Wait a while until next round [seconds].
sleep(60); # Wait a while until next round [seconds].
}