mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Misc
This commit is contained in:
@@ -65,7 +65,7 @@ namespace ArchiSteamFarm {
|
||||
MatchActivelyTimer = new Timer(
|
||||
async e => await MatchActively().ConfigureAwait(false),
|
||||
null,
|
||||
TimeSpan.FromHours(1) + TimeSpan.FromSeconds(Program.LoadBalancingDelay * Bot.Bots.Count), // Delay
|
||||
TimeSpan.FromHours(1) + TimeSpan.FromSeconds(ASF.LoadBalancingDelay * Bot.Bots.Count), // Delay
|
||||
TimeSpan.FromHours(8) // Period
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user