Jelajahi Sumber

Set WFS connection timeout to 90

Michal Šrédl 14 tahun lalu
induk
melakukan
97e1d49d76
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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)