Commit 114bf40b authored by Tres Seaver's avatar Tres Seaver

Merge branch '2.13' of https://github.com/eea/Zope into eea-2.13

Conflicts:
	doc/CHANGES.rst
parents bca6b385 55295e94
......@@ -8,6 +8,8 @@ http://docs.zope.org/zope2/
2.13.24 (unreleased)
--------------------
- Issue #43: Fix Zope failing to start if a zoperunner is configured.
- PR #51: Harden debug control panel's module-crawling against trickery
performed by ``six``.
......
......@@ -198,6 +198,17 @@
</description>
</key>
<key name="start-timeout" datatype="integer" required="no"
default="300">
<description>
When a start-test-program is supplied, a process won't be
considered to be started until the test program exits normally
or until start-timout seconds have passed.
This defaults to 300 seconds (5 minutes).
</description>
</key>
</sectiontype>
<sectiontype name="zodb_db" datatype=".ZopeDatabase"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment