Comment this out - makes all tasks way too slow
This commit is contained in:
parent
c82505ed9e
commit
8bcc889d90
|
@ -437,7 +437,9 @@ static void threaded_worker(void *userdata)
|
||||||
slock_unlock(finished_lock);
|
slock_unlock(finished_lock);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
retro_sleep(10);
|
retro_sleep(10);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
slock_unlock(running_lock);
|
slock_unlock(running_lock);
|
||||||
|
|
Loading…
Reference in New Issue