Browse Source

restart delay way too long

jstefanop 8 years ago
parent
commit
10220342a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-futurebit.c

+ 1 - 1
driver-futurebit.c

@@ -529,7 +529,7 @@ int64_t futurebit_scanhash(struct thr_info *thr, struct work *work, int64_t __ma
     timer_set_now(&start_tv);
     timer_set_now(&start_tv);
     timer_set_delay_from_now(&last_submit_tv, 10*1000000);
     timer_set_delay_from_now(&last_submit_tv, 10*1000000);
 
 
-    cgsleep_ms(device->device_id*100 + 100);  //add small delay for devices > 0 so all devices dont start up at once
+    cgsleep_ms(device->device_id*10 + 50);  //add small delay for devices > 0 so all devices dont start up at once
 
 
     if (!futurebit_send_work(thr, work)) {
     if (!futurebit_send_work(thr, work)) {
         applog(LOG_DEBUG, "Failed to start job");
         applog(LOG_DEBUG, "Failed to start job");