mirror of
https://github.com/simon987/sist2.git
synced 2025-12-15 08:19:06 +00:00
Tweak mem-throttle option
This commit is contained in:
@@ -154,7 +154,7 @@ static void *tpool_worker(void *arg) {
|
||||
int stuck_notified = 0;
|
||||
int throttle_ms = 0;
|
||||
|
||||
while (1) {
|
||||
while (TRUE) {
|
||||
pthread_mutex_lock(&pool->work_mutex);
|
||||
if (pool->stop) {
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user