瀏覽代碼

Set WFS connection timeout to 90

Michal Šrédl 13 年之前
父節點
當前提交
97e1d49d76
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)