Explorar el Código

update default retrycount 15 to 25.

master
yangxiaodong hace 7 años
padre
commit
1c03de4f94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/DotNetCore.CAP/Processor/RetryBehavior.cs

+ 1
- 1
src/DotNetCore.CAP/Processor/RetryBehavior.cs Ver fichero

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



Cargando…
Cancelar
Guardar