mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed tox_do_interval() returning value so high it broke A/V.
This commit is contained in:
parent
0d98869f3c
commit
00127e335b
|
@ -2349,8 +2349,9 @@ static char *ID2String(uint8_t *client_id)
|
|||
}
|
||||
#endif
|
||||
|
||||
/* Minimum messenger run interval in ms */
|
||||
#define MIN_RUN_INTERVAL 1000
|
||||
/* Minimum messenger run interval in ms
|
||||
TODO: A/V */
|
||||
#define MIN_RUN_INTERVAL 50
|
||||
|
||||
/* Return the time in milliseconds before do_messenger() should be called again
|
||||
* for optimal performance.
|
||||
|
|
Loading…
Reference in New Issue
Block a user