git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2704 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-09-14 22:11:30 +00:00
parent c79cd67dee
commit 0fcf13bc34
6 changed files with 60 additions and 34 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ static void set_high_priority()
#ifdef WIN32
SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS);
#else
//nice(-20);
//nice(-19);
#endif
}