[Phpfreechat-svn] SF.net SVN: phpfreechat: [1239] trunk/src/pfcglobalconfig.class.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2008-05-04 06:47:17
|
Revision: 1239 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1239&view=rev Author: kerphi Date: 2008-05-03 23:47:21 -0700 (Sat, 03 May 2008) Log Message: ----------- Change the default timeout value to a higher value than all the possible refresh_delay steps : 35 secondes Modified Paths: -------------- trunk/src/pfcglobalconfig.class.php Modified: trunk/src/pfcglobalconfig.class.php =================================================================== --- trunk/src/pfcglobalconfig.class.php 2008-03-27 17:53:21 UTC (rev 1238) +++ trunk/src/pfcglobalconfig.class.php 2008-05-04 06:47:21 UTC (rev 1239) @@ -183,9 +183,9 @@ * <p>This is the time of inactivity to wait before considering a user is disconnected (in milliseconds). * A user is inactive only if s/he closed his/her chat window. A user with an open chat window * is not inactive because s/he sends each <code>refresh_delay</code> an HTTP request. - * (Default value: 20000 it means 20000 ms or 20 seconds)</p> + * (Default value: 35000 it means 35000 ms or 35 seconds)</p> */ - var $timeout = 20000; + var $timeout = 35000; /** * When this parameter is true, all the chatters will be redirected This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |