mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 20:27:22 +01:00
adjust logging and change faulty states
This commit is contained in:
parent
3272dbe040
commit
d49ee21d01
2 changed files with 7 additions and 5 deletions
|
|
@ -111,7 +111,6 @@ internal class IdentityService : IdentificationService.IdentificationServiceBase
|
|||
await responseStream.WriteAsync(cur).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
_logger.LogInformation("Queue for " + server + " is empty: " + (identChanges.ContainsKey(server) ? identChanges[server].IsEmpty : true));
|
||||
await Task.Delay(10).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue