1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 07:13:58 -05:00

revert time out for status preventing server from entering unreachable state

This commit is contained in:
RaidMax
2022-06-08 09:10:31 -05:00
parent c0879267c8
commit 7389defb1d
2 changed files with 7 additions and 9 deletions

View File

@ -201,7 +201,7 @@ namespace SharedLibraryCore
.ToList();
}
public virtual Task<bool> ProcessUpdatesAsync(CancellationToken cts)
public virtual Task<bool> ProcessUpdatesAsync(CancellationToken token)
{
return (Task<bool>)Task.CompletedTask;
}