Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/releases/6.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,9 @@ Asynchronous views
Cache
~~~~~

* Subclasses of ``BaseDatabaseCache`` now support :ref:`
culling <_database-caching>` on a percentage of writes as an optimization.
The default is 10%, and may be configured using the ``CULL_PROBABILITY``
option.
* Subclasses of ``BaseDatabaseCache`` now support :ref:`culling
<database-caching>` on a percentage of writes as an optimization. The
default is 10%, and may be configured using the ``CULL_PROBABILITY`` option.

CSP
~~~
Expand Down
Loading