1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-06 20:46:34 +01:00

ensure messages in queue are always delivered in order

This commit is contained in:
Jfreegman
2014-12-03 22:10:21 -05:00
parent 5a175f374a
commit 5aad8764b1
2 changed files with 17 additions and 17 deletions

View File

@@ -761,7 +761,7 @@ void *thread_cqueue(void *data)
}
pthread_mutex_unlock(&Winthread.lock);
usleep(7000);
usleep(4000);
}
}