Skip to content

Commit

Permalink
Set default connection retry action to retry
Browse files Browse the repository at this point in the history
  • Loading branch information
De-Crypted committed Apr 11, 2022
1 parent cfb5815 commit ff4f5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ff4f5a3

Please sign in to comment.