diff options
Diffstat (limited to 'sample/pttbbs.conf')
-rw-r--r-- | sample/pttbbs.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 6929524a..8e2b0522 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -136,8 +136,8 @@ /* 可動態透過 GLOBALVAR[9]調整使用者上限 */ #define DYMAX_ACTIVE -/* 程式最多可以跑多久 (in min) 因為有的時候會出現跑不停的 process */ -#define CPULIMIT 1 +/* 程式每天最多可以跑多久 (in seconds) 因為有的時候會出現跑不停的 process */ +#define CPULIMIT_PER_DAY 30 /* 若定義, 若程式失敗, 會等待 86400 秒以讓 gdb來 attach */ #define DEBUGSLEEP |