summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index dc000630..4e98c3df 100644
--- a/include/config.h
+++ b/include/config.h
@@ -235,6 +235,10 @@
#define VICE_MIN (1) /* 最小發票面額 */
#endif // VICE_MIN
+#ifndef BADPOST_CLEAR_DURATION
+#define BADPOST_CLEAR_DURATION (180) // 消劣文時間限制
+#endif
+
/* (deprecated) more.c 中文章頁數上限(lines/22), +4 for safe */
#define MAX_PAGES (MAX_EDIT_LINE / 22 + 4)