git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1497 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-05-24 14:42:21 +00:00
parent e425e83049
commit a4fc74c37e
4 changed files with 13 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS);
#else
int pid;
nice(-20);
//nice(-20);
#endif
#ifndef WIN32