diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-12-10 19:59:02 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-12-10 19:59:02 +0800 |
commit | 85d4ba956b81029752935f145171c986ee082e2a (patch) | |
tree | a62e0194fd718b2adbb86d677159acde6792dae6 | |
parent | f5295530478fb9bfb615caf2bd62def21c95e34b (diff) | |
download | pttbbs-85d4ba956b81029752935f145171c986ee082e2a.tar pttbbs-85d4ba956b81029752935f145171c986ee082e2a.tar.gz pttbbs-85d4ba956b81029752935f145171c986ee082e2a.tar.bz2 pttbbs-85d4ba956b81029752935f145171c986ee082e2a.tar.lz pttbbs-85d4ba956b81029752935f145171c986ee082e2a.tar.xz pttbbs-85d4ba956b81029752935f145171c986ee082e2a.tar.zst pttbbs-85d4ba956b81029752935f145171c986ee082e2a.zip |
after setup_utmp(), renice to +5.
to let system faver the processes which are listening or setup_utmp()ing
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@583 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/mbbsd/mbbsd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/mbbsd.c b/pttbbs/mbbsd/mbbsd.c index 0f2cd58f..9cfb91d2 100644 --- a/pttbbs/mbbsd/mbbsd.c +++ b/pttbbs/mbbsd/mbbsd.c @@ -1,4 +1,4 @@ -/* $Id: mbbsd.c,v 1.59 2002/11/16 13:41:07 kcwu Exp $ */ +/* $Id: mbbsd.c,v 1.60 2002/12/10 11:59:02 in2 Exp $ */ #include "bbs.h" #define SOCKET_QLEN 4 @@ -745,6 +745,7 @@ setup_utmp(int mode) getnewutmpent(&uinfo); #ifndef _BBS_UTIL_C_ friend_load(); + nice(3); #endif } |