bump important threads to realtime priority

This commit is contained in:
Anthony Minessale 2012-09-27 11:42:19 -05:00
parent 90f3ab4099
commit 7c84003024
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ struct apr_threadattr_t {
SWITCH_DECLARE(switch_status_t) switch_threadattr_priority_increase(switch_threadattr_t *attr)
{
#ifndef WIN32
attr->priority = 10;
attr->priority = 99;
#endif
return SWITCH_STATUS_SUCCESS;
}