Skip to content

Commit

Permalink
fix-more-typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mliebischer authored Sep 28, 2022
1 parent c3fa042 commit 5d71f95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,10 +255,10 @@ TODO check here https://zodb.org/en/latest/reference/zodb.html#database-text-con

Default: ``30000``.

``db_cache_size_byes``
``db_cache_size_bytes``
Set the ZODB cache target total memory usage of non-ghost objects in each connection object cache.
This setting sets an additional limit on top of ``db_cache_size``.
The cache is kept below the value of either ``db_cache_size`` or ``db_cache_size_byes``, whatever limit was hit first.
The cache is kept below the value of either ``db_cache_size`` or ``db_cache_size_bytes``, whatever limit was hit first.
If value is ``0`` the byte size check is switched off and only ``db_cache_size`` is taken into account.

Allowed values: byte-size (integer format with postfix KB, MB, GB)
Expand Down Expand Up @@ -611,7 +611,7 @@ Main settings:

Caching settings

*db_cache_size* and *db_cache_size_byes* is taken into account.
*db_cache_size* and *db_cache_size_bytes* is taken into account.
Additional persistent caching is possible.

TODO: figure out what *cache-size* in ZEO client means.
Expand Down

0 comments on commit 5d71f95

Please sign in to comment.