[Zodb-checkins]
SVN: ZODB/branches/blob-merge-branch/src/ZODB/component.xml
- no default, won't be able to use blobs then, though
Christian Theune
ct at gocept.com
Sat Feb 25 17:25:44 EST 2006
Log message for revision 65481:
- no default, won't be able to use blobs then, though
Changed:
U ZODB/branches/blob-merge-branch/src/ZODB/component.xml
-=-
Modified: ZODB/branches/blob-merge-branch/src/ZODB/component.xml
===================================================================
--- ZODB/branches/blob-merge-branch/src/ZODB/component.xml 2006-02-25 21:51:59 UTC (rev 65480)
+++ ZODB/branches/blob-merge-branch/src/ZODB/component.xml 2006-02-25 22:25:43 UTC (rev 65481)
@@ -65,7 +65,7 @@
<sectiontype name="zeoclient" datatype=".ZEOClient"
implements="ZODB.storage">
<multikey name="server" datatype="socket-connection-address" required="yes"/>
- <key name="blob-dir" required="no" default="/tmp">
+ <key name="blob-dir" required="no">
<description>
Path name to the blob storage directory.
</description>
More information about the Zodb-checkins
mailing list