ソースを参照

update default retrycount 15 to 25.

master
yangxiaodong 7年前
コミット
1c03de4f94
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/DotNetCore.CAP/Processor/RetryBehavior.cs

+ 1
- 1
src/DotNetCore.CAP/Processor/RetryBehavior.cs ファイルの表示

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



読み込み中…
キャンセル
保存