Browse Source

We should not be pausing in trying to resubmit shares.

Con Kolivas 13 years ago
parent
commit
b622e97e3e
1 changed files with 1 additions and 3 deletions
  1. 1 3
      cgminer.c

+ 1 - 3
cgminer.c

@@ -2554,9 +2554,7 @@ static void *submit_work_thread(void *userdata)
 		}
 		}
 
 
 		/* pause, then restart work-request loop */
 		/* 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);
 	push_curl_entry(ce, pool);
 out:
 out: