mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 12:09:03 -04:00
Removed setpriority()
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3341 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
1dec63e8be
commit
fabddb3ead
@ -585,8 +585,6 @@ int DaemonSeed (void)
|
||||
umask (007);
|
||||
printf("InspIRCd Process ID: \033[1;32m%lu\033[0m\n",(unsigned long)getpid());
|
||||
|
||||
setpriority(PRIO_PROCESS,(int)getpid(),15);
|
||||
|
||||
if (Config->unlimitcore)
|
||||
{
|
||||
rlimit rl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user