From 7c840030247382912a87a3362a4497a9e4dda9b1 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 27 Sep 2012 11:42:19 -0500 Subject: [PATCH] bump important threads to realtime priority --- src/switch_apr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_apr.c b/src/switch_apr.c index dfb56d5390..49b7a9b5c5 100644 --- a/src/switch_apr.c +++ b/src/switch_apr.c @@ -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; }