]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
bump important threads to realtime priority
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 27 Sep 2012 16:42:19 +0000 (11:42 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 27 Sep 2012 16:42:19 +0000 (11:42 -0500)
src/switch_apr.c

index dfb56d53908615a506f92e61a9d0dfff7899a2b7..49b7a9b5c5d456ae7978184ce3b616ad79160206 100644 (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;
 }