Commit 01d84d42 authored by Stefan H. Holek's avatar Stefan H. Holek

Merged r69765:69766 from 2.9 branch.

Specifying session-resolution-seconds >= 1200 caused Zope startup to fail.
Fixes http://www.zope.org/Collectors/Zope/1983
parent c416e143
......@@ -426,14 +426,7 @@ class AppInitializer:
'session-delete-notify-script-path' % delnotify)
delnotify=None
toc = TransientObjectContainer(
'session_data', 'Session Data Container',
addNotification = addnotify,
delNotification = delnotify,
limit=limit,
period_secs=period_spec)
if timeout_spec is not None:
if 1: # Preserve indentation for diff
toc = TransientObjectContainer('session_data',
'Session Data Container',
timeout_mins = timeout_spec,
......
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