diff --git a/cpu-miner.c b/cpu-miner.c index c90391c..5d252ed 100644 --- a/cpu-miner.c +++ b/cpu-miner.c @@ -47,6 +47,7 @@ static inline void drop_policy(void) { struct sched_param param; + param.sched_priority = 0; #ifdef SCHED_IDLE if (unlikely(sched_setscheduler(0, SCHED_IDLE, ¶m) == -1))