[Zope3-checkins] CVS: Zope3 - zope.conf.in:1.4

Barry Warsaw barry@zope.com
Tue, 1 Jul 2003 15:04:34 -0400


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv24737

Modified Files:
	zope.conf.in 
Log Message:
Add a commented out BerkeleyDB Full storage definition.


=== Zope3/zope.conf.in 1.3 => 1.4 ===
--- Zope3/zope.conf.in:1.3	Thu Jun 26 09:56:55 2003
+++ Zope3/zope.conf.in	Tue Jul  1 15:04:34 2003
@@ -15,11 +15,23 @@
   address 8021
 </server>
 
+# Standard Filestorage
 <zodb>
   <filestorage>
     path Data.fs
   </filestorage>
 </zodb>
+
+# Alternate Full BerkeleyDB storage which stores all its data in the
+# ./Full directory, performs old revision cleanup once per hour, and
+# does a full gc pack once every day.  All other values are defaulted.
+#<zodb>
+#  <fullstorage>
+#    name Full
+#    frequency 1h
+#    gcpack 24
+#  </fullstorage>
+#</zodb>
 
 <eventlog>
   # This sets up logging to both a file (z3.log) and to standard