Fixed tox_do_interval() returning value so high it broke A/V.

This commit is contained in:
irungentoo 2014-06-27 15:28:02 -04:00
parent 0d98869f3c
commit 00127e335b
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -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.