Changed update interval back from 50 to 60 seconds:
This commit is contained in:
parent
80ce55dc8c
commit
96daffc46b
1 changed files with 1 additions and 1 deletions
|
@ -545,5 +545,5 @@ while (1) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$first_loop = $NO;
|
$first_loop = $NO;
|
||||||
sleep(50); # Wait a while until next round [seconds].
|
sleep(60); # Wait a while until next round [seconds].
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue