Browse Source

bitfury: Set poll interval to start iteration before responses are processed

Luke Dashjr 12 years ago
parent
commit
b5d9915a14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-bitfury.c

+ 1 - 1
driver-bitfury.c

@@ -629,7 +629,7 @@ out:
 			copy_time(tvp_stat, &tv_now);
 	}
 	
-	timer_set_delay_from_now(&master_thr->tv_poll, 10000);
+	timer_set_delay(&master_thr->tv_poll, &tv_now, 10000);
 }
 
 int64_t bitfury_job_process_results(struct thr_info *thr, struct work *work, bool stopping)