revert time out for status preventing server from entering unreachable state
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user