mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 02:22:56 +00:00
bump important threads to realtime priority
This commit is contained in:
parent
90f3ab4099
commit
7c84003024
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user