Skip to content

Commit

Permalink
Add changelog entry with fix for issue #43
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Feb 5, 2016
1 parent b60449d commit 55295e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- Issue #34: Fix ``NameError`` exception for ``WindowsError`` which could
happen on non-windows systems.

Expand Down
11 changes: 11 additions & 0 deletions src/Zope2/Startup/zopeschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 55295e9

Please sign in to comment.