mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Adapt delays for lower misses
This commit is contained in:
@@ -27,14 +27,14 @@ namespace ArchiSteamFarm {
|
||||
async e => await VoteForSteamAwards().ConfigureAwait(false),
|
||||
null,
|
||||
TimeSpan.FromMinutes(1 + 0.2 * Bot.Bots.Count), // Delay
|
||||
TimeSpan.FromHours(6) // Period
|
||||
TimeSpan.FromHours(6.1) // Period
|
||||
);
|
||||
|
||||
SteamDiscoveryQueueTimer = new Timer(
|
||||
async e => await ExploreDiscoveryQueue().ConfigureAwait(false),
|
||||
null,
|
||||
TimeSpan.FromMinutes(1 + 0.2 * Bot.Bots.Count), // Delay
|
||||
TimeSpan.FromHours(6) // Period
|
||||
TimeSpan.FromHours(6.1) // Period
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user