mirror of
https://github.com/NoiTheCat/BirthdayBot.git
synced 2024-11-21 13:54:36 +00:00
Increase initial processing delay
This commit is contained in:
parent
ffbffdd9b4
commit
e8ae5bb9da
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ namespace BirthdayBot
|
|||
const int Interval = 8 * 60;
|
||||
|
||||
// Amount of time between start and first round of processing, in seconds.
|
||||
const int StartDelay = 60;
|
||||
const int StartDelay = 3 * 60; // 3 minutes
|
||||
#else
|
||||
const int Interval = 10;
|
||||
const int StartDelay = 15;
|
||||
|
|
Loading…
Reference in a new issue