mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Tests with longer delay
This commit is contained in:
@@ -2356,7 +2356,7 @@ namespace ArchiSteamFarm {
|
||||
GamesRedeemerInBackgroundTimer = new Timer(
|
||||
async e => await RedeemGamesInBackground().ConfigureAwait(false),
|
||||
null,
|
||||
TimeSpan.FromMinutes(30.5), // Delay
|
||||
TimeSpan.FromMinutes(45.1), // Delay
|
||||
Timeout.InfiniteTimeSpan // Period
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user