Reduced <inactive/> timeout

This commit is contained in:
James Booth
2012-11-01 01:40:30 +00:00
parent 12aa2b640a
commit 93bcd4af4b

View File

@@ -29,7 +29,7 @@
#include "log.h"
#define PAUSED_TIMOUT 10.0
#define INACTIVE_TIMOUT 120.0
#define INACTIVE_TIMOUT 30.0
#define GONE_TIMOUT 600.0
static void _chat_session_free(ChatSession session);