summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 47603f02..825b1ec4 100644
--- a/include/config.h
+++ b/include/config.h
@@ -130,6 +130,10 @@
#define MAX_FROM (300) /* 最多故鄉數 */
#endif
+#ifndef DEBUGSLEEP_SECONDS
+#define DEBUGSLEEP_SECONDS (3600) /* debug 等待時間 */
+#endif
+
#ifndef THREAD_SEARCH_RANGE
#define THREAD_SEARCH_RANGE (500)
#endif
@@ -297,7 +301,7 @@
#define ALLPOST "ALLPOST"
#define ALLHIDPOST "ALLHIDPOST"
-#define MAXTAGS 256
+#define MAXTAGS 255
#define WRAPMARGIN (511)
#endif