mirror of
https://github.com/GOSTSec/sgminer
synced 2025-03-13 06:01:03 +00:00
We should not be pausing in trying to resubmit shares.
This commit is contained in:
parent
a9278ce944
commit
b622e97e3e
@ -2554,9 +2554,7 @@ static void *submit_work_thread(void *userdata)
|
||||
}
|
||||
|
||||
/* pause, then restart work-request loop */
|
||||
applog(LOG_INFO, "json_rpc_call failed on submit_work, retry after %d seconds",
|
||||
opt_fail_pause);
|
||||
sleep(opt_fail_pause);
|
||||
applog(LOG_INFO, "json_rpc_call failed on submit_work, retrying");
|
||||
}
|
||||
push_curl_entry(ce, pool);
|
||||
out:
|
||||
|
Loading…
x
Reference in New Issue
Block a user