1
0
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:
Con Kolivas 2012-08-20 11:03:28 +10:00
parent a9278ce944
commit b622e97e3e

View File

@ -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: