Change max inactivity from 30 to 120 seconds

This commit is contained in:
Christopher tofu Zorn 2010-05-05 16:30:35 -04:00 committed by Badlop
parent 516d369174
commit cce57310b0
1 changed files with 1 additions and 1 deletions

View File

@ -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