summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/global.h b/global.h
index 694dce0..8c64a4c 100644
--- a/global.h
+++ b/global.h
@@ -18,6 +18,9 @@
/** Time we should consider other topics in a forum up to date, in seconds. */
#define FORUM_TOPICS_TLL 15 * 60
+/** Time we should keep topics in the cache, in days. */
+#define FORUM_TOPICS_CACHE 10
+
/** Number of topics per "block" in subforum view */
#define FORUM_PAGE_SIZE 20
@@ -30,6 +33,9 @@
/** Time we should consider other posts in a topic up to date, in seconds. */
#define TOPIC_POSTS_TLL 15 * 60
+/** Time we should keep topics in the cache, in days. */
+#define TOPIC_POSTS_CACHE 10
+
/** Number of posts per "block" in topic view */
#define TOPIC_PAGE_SIZE 20