Browse Source

Set WFS connection timeout to 90

Michal Šrédl 13 years ago
parent
commit
97e1d49d76
1 changed files with 1 additions and 1 deletions
  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)