From cce57310b03bc42a5524af2ba15502c026ceec88 Mon Sep 17 00:00:00 2001 From: Christopher tofu Zorn Date: Wed, 5 May 2010 16:30:35 -0400 Subject: Change max inactivity from 30 to 120 seconds --- src/web/ejabberd_http_bind.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/web/ejabberd_http_bind.erl b/src/web/ejabberd_http_bind.erl index b26cf5fc0..c971936db 100644 --- a/src/web/ejabberd_http_bind.erl +++ b/src/web/ejabberd_http_bind.erl @@ -96,7 +96,7 @@ -define(MIN_POLLING, 2000000). % don't poll faster than that or we will % shoot you (time in microsec) -define(MAX_WAIT, 3600). % max num of secs to keep a request on hold --define(MAX_INACTIVITY, 30000). % msecs to wait before terminating +-define(MAX_INACTIVITY, 120000). % msecs to wait before terminating % idle sessions -define(MAX_PAUSE, 120). % may num of sec a client is allowed to pause % the session -- cgit v1.2.3