mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -43,12 +43,12 @@ namespace ArchiSteamFarm {
|
||||
async e => await ExploreDiscoveryQueue().ConfigureAwait(false),
|
||||
null,
|
||||
TimeSpan.FromMinutes(1 + 0.2 * Bot.Bots.Count), // Delay
|
||||
TimeSpan.FromHours(8.1) // Period
|
||||
TimeSpan.FromHours(6.1) // Period
|
||||
);
|
||||
}
|
||||
|
||||
public void Dispose() {
|
||||
SteamDiscoveryQueueTimer?.Dispose();
|
||||
SteamDiscoveryQueueTimer.Dispose();
|
||||
}
|
||||
|
||||
private async Task ExploreDiscoveryQueue() {
|
||||
|
||||
Reference in New Issue
Block a user