mirror of
https://github.com/Caraxi/mare.server.git
synced 2026-01-02 21:13:40 +01:00
adjust timings for delays
This commit is contained in:
parent
98f9db8a0f
commit
0d8a401f13
2 changed files with 2 additions and 2 deletions
|
|
@ -208,7 +208,7 @@ public class GrpcClientIdentificationService : IHostedService
|
|||
}
|
||||
else
|
||||
{
|
||||
await Task.Delay(25, cts).ConfigureAwait(false);
|
||||
await Task.Delay(10, cts).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue