Parcourir la source

Set WFS connection timeout to 90

Michal Šrédl il y a 13 ans
Parent
commit
97e1d49d76
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      wfs/__init__.py

+ 1 - 1
wfs/__init__.py

@@ -46,7 +46,7 @@ class WFS(OWS):
                 
             mapobj.setMetaData("wms_srs",self.config.get("MapServer","srs"))
             mapobj.setMetaData("wfs_srs",self.config.get("MapServer","srs"))
-            mapobj.setMetaData("wfs_connectiontimeout","60")
+            mapobj.setMetaData("wfs_connectiontimeout","90")
             layer = self.capabilities.contents[name]
 
             logging.debug("Creating layer %s" % name)