Merge pull request #75 from serkantkaraca/IncreaseTimerToleranceBufferInRetryPolicy

Increasing timer tolerance buffer in RetryPolicy
This commit is contained in:
Serkant Karaca 2016-12-01 14:02:38 -08:00 коммит произвёл GitHub
Родитель 40d07ae48d a8329155d2
Коммит ef55935ef1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}
}