about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-01 00:21:57 +0000
committerJames Booth <boothj5@gmail.com>2012-11-01 00:21:57 +0000
commitad83bab6d2b5f3345a4d08f2360810f01bf6deab (patch)
treeac08f8e7de5892cc51b01f859b9ed680d03fe837 /src
parent1b88da45aac4880cb3a0df0e39b94476ae5b99af (diff)
downloadprofani-tty-ad83bab6d2b5f3345a4d08f2360810f01bf6deab.tar.gz
Set state timeouts back to sensible values
Diffstat (limited to 'src')
-rw-r--r--src/chat_session.c6
1 files changed, 2 insertions, 4 deletions
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);