mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-28 21:26:46 +02:00
reduce system calls, increase time between message queue re-send attempts
This commit is contained in:
@ -127,7 +127,7 @@ void cqueue_remove(ToxWindow *self, Tox *m, uint32_t receipt)
|
||||
}
|
||||
}
|
||||
|
||||
#define CQUEUE_TRY_SEND_INTERVAL 10
|
||||
#define CQUEUE_TRY_SEND_INTERVAL 60
|
||||
|
||||
/* Tries to send the oldest unsent message in queue. */
|
||||
void cqueue_try_send(ToxWindow *self, Tox *m)
|
||||
|
Reference in New Issue
Block a user