[mapserver-commits] r12692 - trunk/docs/en/mapcache

svn at osgeo.org svn at osgeo.org
Mon Oct 24 09:02:03 EDT 2011


Author: tbonfort
Date: 2011-10-24 06:02:03 -0700 (Mon, 24 Oct 2011)
New Revision: 12692

Modified:
   trunk/docs/en/mapcache/config.txt
Log:
document <lock_retry> 


Modified: trunk/docs/en/mapcache/config.txt
===================================================================
--- trunk/docs/en/mapcache/config.txt	2011-10-24 11:35:13 UTC (rev 12691)
+++ trunk/docs/en/mapcache/config.txt	2011-10-24 13:02:03 UTC (rev 12692)
@@ -513,6 +513,12 @@
         this location should be writable by the apache user
    -->
    <lock_dir>/tmp</lock_dir>
+
+   <!--
+        interval in microseconds to sleep before checking that a lockfile is still present.
+        default is 1/100th of a second (i.e. 10000 microseconds)
+   -->
+   <lock_retry>10000</lock_retry>
    
    <!-- log_level
       For CGI/FastCGI only - For the apache module use the httpd.conf



More information about the mapserver-commits mailing list