Changed debug piece of code from checking birthdays once per second to once per hour
This commit is contained in:
parent
599d24ab3f
commit
55e920496a
|
@ -71,7 +71,7 @@ namespace DeukBot4.Database
|
|||
{
|
||||
Logger.Main.LogError(e);
|
||||
}
|
||||
await Task.Delay(TimeSpan.FromSeconds(1));
|
||||
await Task.Delay(TimeSpan.FromHours(1));
|
||||
await CheckBirthdays();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue