[Checkins] SVN: relstorage/trunk/ Removed pack-duty-cycle from the example config in the readme, as this option is no longer supported or needed after the recent changes.

Maurits van Rees m.van.rees at zestsoftware.nl
Fri Mar 4 06:22:10 EST 2011


Log message for revision 120746:
  Removed pack-duty-cycle from the example config in the readme, as this option is no longer supported or needed after the recent changes.

Changed:
  U   relstorage/trunk/README.txt
  U   relstorage/trunk/relstorage/adapters/interfaces.py

-=-
Modified: relstorage/trunk/README.txt
===================================================================
--- relstorage/trunk/README.txt	2011-03-04 09:02:24 UTC (rev 120745)
+++ relstorage/trunk/README.txt	2011-03-04 11:22:09 UTC (rev 120746)
@@ -314,7 +314,6 @@
 
   <relstorage>
     pack-gc true
-    pack-duty-cycle 0.9
     <mysql>
       db zodb
     </mysql>

Modified: relstorage/trunk/relstorage/adapters/interfaces.py
===================================================================
--- relstorage/trunk/relstorage/adapters/interfaces.py	2011-03-04 09:02:24 UTC (rev 120745)
+++ relstorage/trunk/relstorage/adapters/interfaces.py	2011-03-04 11:22:09 UTC (rev 120746)
@@ -338,8 +338,8 @@
         accept two parameters, oid and tid (64 bit integers).
 
         The sleep function defaults to time.sleep(). It can be
-        overridden to do something else instead of sleep during pauses
-        configured by the duty cycle.
+        overridden to do something else instead of sleep during
+        pauses.
         """
 
 



More information about the checkins mailing list