adjust timings for delays
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user