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 #endif
/* Minimum messenger run interval in ms */ /* Minimum messenger run interval in ms
#define MIN_RUN_INTERVAL 1000 TODO: A/V */
#define MIN_RUN_INTERVAL 50
/* Return the time in milliseconds before do_messenger() should be called again /* Return the time in milliseconds before do_messenger() should be called again
* for optimal performance. * for optimal performance.