Przeglądaj źródła

update default retrycount 15 to 25.

master
yangxiaodong 7 lat temu
rodzic
commit
1c03de4f94
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/DotNetCore.CAP/Processor/RetryBehavior.cs

+ 1
- 1
src/DotNetCore.CAP/Processor/RetryBehavior.cs Wyświetl plik

@@ -16,7 +16,7 @@ namespace DotNetCore.CAP.Processor

static RetryBehavior()
{
DefaultRetryCount = 25;
DefaultRetryCount = 15;
DefaultRetryInThunk = retries =>
(int)Math.Round(Math.Pow(retries - 1, 4) + 15 + (_random.Next(30) * (retries)));



Ładowanie…
Anuluj
Zapisz