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 cf2a00e5b3
commit 0446fe1ec5
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;
}