浏览代码

wfs_connectiontimeout set to 60"

Michal Šrédl 13 年之前
父节点
当前提交
768fb9c4fb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      wfs/__init__.py

+ 1 - 0
wfs/__init__.py

@@ -46,6 +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")
             layer = self.capabilities.contents[name]
 
             logging.debug("Creating layer %s" % name)