diff options
author | James Booth <boothj5@gmail.com> | 2012-11-01 01:40:30 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-11-01 01:40:30 +0000 |
commit | 93bcd4af4b94c20ae54b8460f47e3002093c27ef (patch) | |
tree | 3213fe028c49b366c5051b35097bc163c04a4e1a /src | |
parent | 12aa2b640acee1a6e40514d102a25f084597f595 (diff) | |
download | profani-tty-93bcd4af4b94c20ae54b8460f47e3002093c27ef.tar.gz |
Reduced <inactive/> timeout
Diffstat (limited to 'src')
-rw-r--r-- | src/chat_session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chat_session.c b/src/chat_session.c index e01b3c9d..9a62c298 100644 --- a/src/chat_session.c +++ b/src/chat_session.c @@ -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); |