From aa6237a834a6828c4386c97af68b16b89069e4b3 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Thu, 29 Aug 2019 13:14:17 -0700 Subject: [PATCH] Restored default retries --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index bd6c2d48..bf8cc128 100644 --- a/src/config.json +++ b/src/config.json @@ -49,7 +49,7 @@ } ], "print-time": 60, - "retries": 0, + "retries": 5, "retry-pause": 5, "syslog": false, "user-agent": null,