summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'global.h')
-rw-r--r--global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/global.h b/global.h
index 4ecc890..3b1d6ae 100644
--- a/global.h
+++ b/global.h
@@ -6,6 +6,9 @@
/** Time the forum config settings should be considered up to date, in days. */
#define BOARD_CONFIG_TTL 2
+/** Time the forum smilies list should be considered up to date, in days. */
+#define SMILIES_LIST_TTL BOARD_CONFIG_TLL
+
/** Time the list of forums should be considered up to date, in days. */
#define BOARD_LIST_TTL 2