summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-02 14:25:56 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-02 14:25:56 +0200
commit70afca89b21dda18dc5e94858bec472da9130cda (patch)
tree9158cd9979f3c41c704f86ee6ea0da4274994e54 /global.h
parent226690b61e546294ae102c4a4b48b56555609c57 (diff)
downloadtapasboard-70afca89b21dda18dc5e94858bec472da9130cda.tar.gz
tapasboard-70afca89b21dda18dc5e94858bec472da9130cda.zip
preparing smilies support
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