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

increase time between message send retries

This commit is contained in:
Jfreegman
2014-09-10 16:18:37 -04:00
parent 21f8e7f398
commit 13c5de5531
7 changed files with 26 additions and 25 deletions

View File

@@ -588,7 +588,7 @@ void *thread_cqueue(void *data)
ToxWindow *toxwin = get_window_ptr(i);
if (toxwin != NULL && toxwin->is_chat && tox_get_friend_connection_status(m, toxwin->num) == 1)
cqueue_try_send(toxwin, m, toxwin->num);
cqueue_try_send(toxwin, m);
}
pthread_mutex_unlock(&Winthread.lock);