From ff4f5a316a9c667dc8f207e8f19200336ee55f74 Mon Sep 17 00:00:00 2001 From: De-Crypted Date: Mon, 11 Apr 2022 22:23:20 +0300 Subject: [PATCH] Set default connection retry action to retry --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index aada18c..c3d1191 100644 --- a/config.json +++ b/config.json @@ -8,7 +8,7 @@ "_retries": "Specifies how many times miner will try to connect to a specific url until selecting next", "retries": 5, "_action_after_retries_done": "Set action on what to do after all urls have been retried. Possible values: RETRY (= start again from first url), EXIT (= exits the miner)", - "action_after_retries_done": "SHUTDOWN", + "action_after_retries_done": "RETRY", "gpu": { "_enabled": "Enable or disable gpu miner", "enabled": true,