diff --git a/src/chat_session.c b/src/chat_session.c index cda51674..e01b3c9d 100644 --- a/src/chat_session.c +++ b/src/chat_session.c @@ -29,10 +29,8 @@ #include "log.h" #define PAUSED_TIMOUT 10.0 -#define INACTIVE_TIMOUT 20.0 -#define GONE_TIMOUT 30.0 -//#define INACTIVE_TIMOUT 120.0 -//#define GONE_TIMOUT 600.0 +#define INACTIVE_TIMOUT 120.0 +#define GONE_TIMOUT 600.0 static void _chat_session_free(ChatSession session);