mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 22:17: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
|
|
@ -208,7 +208,7 @@ public class GrpcClientIdentificationService : IHostedService
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
await Task.Delay(25, cts).ConfigureAwait(false);
|
await Task.Delay(10, cts).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,7 @@ internal class IdentityService : IdentificationService.IdentificationServiceBase
|
||||||
await responseStream.WriteAsync(cur).ConfigureAwait(false);
|
await responseStream.WriteAsync(cur).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
await Task.Delay(250).ConfigureAwait(false);
|
await Task.Delay(10).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue