summaryrefslogtreecommitdiff
path: root/global.h
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2013-04-07 00:59:24 +0200
committerJavier S. Pedro <maemo@javispedro.com>2013-04-07 00:59:24 +0200
commit1a66f6ee4f3806e2a18af718654e7281c7dd1066 (patch)
tree04aa1188b3e89611bc0492a49b1471260a2ca074 /global.h
parent81cfd7c483940c0672f35f91e088de9d7760fec1 (diff)
downloadtapasboard-1a66f6ee4f3806e2a18af718654e7281c7dd1066.tar.gz
tapasboard-1a66f6ee4f3806e2a18af718654e7281c7dd1066.zip
fix some issues
Diffstat (limited to 'global.h')
-rw-r--r--global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.h b/global.h
index 74f972e..6dab018 100644
--- a/global.h
+++ b/global.h
@@ -10,7 +10,7 @@
#define BOARD_LIST_TTL 2
/** Time we should consider the most recent topics in a forum up to date, in seconds. */
-#define FORUM_TOP_TLL 5 * 60
+#define FORUM_TOP_TLL 15 * 60
/** Time we should consider other topics in a forum up to date, in seconds. */
#define FORUM_TOPICS_TLL 15 * 60