mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-04-02 12:21:38 +00:00
increased time interval between the normal new build checks
This commit is contained in:
parent
110f16a902
commit
cbdfd8914d
@ -48,7 +48,7 @@ namespace CompatBot
|
||||
CompatList.CheckForRpcs3Updates((DiscordClient)client, null).ConfigureAwait(false).GetAwaiter().GetResult();
|
||||
}
|
||||
catch { }
|
||||
Task.Delay(TimeSpan.FromMinutes(1), Config.Cts.Token).ConfigureAwait(false).GetAwaiter().GetResult();
|
||||
Task.Delay(TimeSpan.FromHours(1), Config.Cts.Token).ConfigureAwait(false).GetAwaiter().GetResult();
|
||||
}
|
||||
}
|
||||
catch (TaskCanceledException) { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user