mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:57:22 +01:00
adjust timings for delays
This commit is contained in:
parent
98f9db8a0f
commit
0d8a401f13
2 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ internal class IdentityService : IdentificationService.IdentificationServiceBase
|
|||
await responseStream.WriteAsync(cur).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
await Task.Delay(250).ConfigureAwait(false);
|
||||
await Task.Delay(10).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
catch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue