Browse Source

bitforce: Start off polling bulk queue every 100ms

Luke Dashjr 13 years ago
parent
commit
2740256252
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-bitforce.c

+ 1 - 0
driver-bitforce.c

@@ -1175,6 +1175,7 @@ static bool bitforce_thread_init(struct thr_info *thr)
 			{
 				INIT_LIST_HEAD(&thr->work_list);
 				bitforce_change_mode(bitforce, BFP_BQUEUE);
+				bitforce->sleep_ms = data->sleep_ms_default = 100;
 				timer_set_delay_from_now(&thr->tv_poll, 0);
 			}
 			else