[Checkins] SVN: zope.session/trunk/src/zope/session/interfaces.py change the default in the schema to match the default in the code (this makes

Benji York benji at zope.com
Mon Mar 17 11:48:36 EDT 2008


Log message for revision 84741:
  change the default in the schema to match the default in the code (this makes
  my DRY hurt)
  

Changed:
  U   zope.session/trunk/src/zope/session/interfaces.py

-=-
Modified: zope.session/trunk/src/zope/session/interfaces.py
===================================================================
--- zope.session/trunk/src/zope/session/interfaces.py	2008-03-17 12:15:03 UTC (rev 84740)
+++ zope.session/trunk/src/zope/session/interfaces.py	2008-03-17 15:48:35 UTC (rev 84741)
@@ -79,7 +79,7 @@
                 "out later than the 'Data object timeout value' by  a factor "
                 "of (at most) this many seconds."
                 ),
-            default=5*60,
+            default=10*60,
             required=True,
             min=0,
             )



More information about the Checkins mailing list