From 1a66f6ee4f3806e2a18af718654e7281c7dd1066 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Sun, 7 Apr 2013 00:59:24 +0200 Subject: fix some issues --- global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'global.h') 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 -- cgit v1.2.3