mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Set state timeouts back to sensible values
This commit is contained in:
parent
1b88da45aa
commit
ad83bab6d2
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user