1 second is falling short for the last retry while working with large messages. .NET client is also using 5 second for this buffer.
This commit is contained in:
Родитель
40d07ae48d
Коммит
a8329155d2
|
@ -5,7 +5,7 @@ namespace Microsoft.Azure.EventHubs
|
|||
{
|
||||
static class ClientConstants
|
||||
{
|
||||
public const int TimerToleranceInSeconds = 1;
|
||||
public const int TimerToleranceInSeconds = 5;
|
||||
public const int ServerBusyBaseSleepTimeInSecs = 4;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче