Author: jfthomps
Date: Thu Sep 11 19:59:09 2014
New Revision: 1624378
URL: http://svn.apache.org/r1624378
Log:
VCL-5 - multiple web servers
conf-default.php: missed adding SEMTIMEOUT previously
Modified:
vcl/trunk/web/.ht-inc/conf-default.php
Modified: vcl/trunk/web/.ht-inc/conf-default.php
URL:
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/conf-default.php?rev=1624378&r1=1624377&r2=1624378&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/conf-default.php (original)
+++ vcl/trunk/web/.ht-inc/conf-default.php Thu Sep 11 19:59:09 2014
@@ -85,6 +85,8 @@ define("USEFILTERINGSELECT", 1); // set
// the filteringselect can be a little slow
for a large number of items
define("FILTERINGSELECTTHRESHOLD", 1000); // if USEFILTERINGSELECT = 1, only
use them for selects up to this size
+define("SEMTIMEOUT", "45");
+
define("DEFAULTTHEME", 'default'); // this is the theme that will be used for
the login screen and when the site is placed in maintenance if
$_COOKIE['VCLSKIN'] is not set
define("HELPFAQURL", "http://vcl.example.org/help-faq/");