Increase initial processing delay

This commit is contained in:
Noi 2020-07-22 17:07:30 -07:00
parent ffbffdd9b4
commit e8ae5bb9da

View file

@ -16,7 +16,7 @@ namespace BirthdayBot
const int Interval = 8 * 60; const int Interval = 8 * 60;
// Amount of time between start and first round of processing, in seconds. // Amount of time between start and first round of processing, in seconds.
const int StartDelay = 60; const int StartDelay = 3 * 60; // 3 minutes
#else #else
const int Interval = 10; const int Interval = 10;
const int StartDelay = 15; const int StartDelay = 15;