Commit 21f60e20 authored by Éloi Rivard's avatar Éloi Rivard

Replaced 'cache-size-bytes' with 'cache-size' in the documentation

parent 8de47576
......@@ -140,7 +140,7 @@ An application that used ZODB might configure it's database using a
string like::
<zodb>
cache-size-bytes 1000MB
cache-size 1000MB
<filestorage>
path /var/lib/Data.fs
......@@ -158,7 +158,7 @@ but first you have to import it's definition, because ZEO isn't built
into ZODB. Here's an example::
<zodb>
cache-size-bytes 1000MB
cache-size 1000MB
%import ZEO
......
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