Skip to content

Commit

Permalink
Update Caching.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
unbit committed Feb 13, 2014
1 parent 79614bf commit 6c76c15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Caching.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ value.
Single block (faster) vs. bitmaps (slower)
******************************************

.. note:: bitmap mode is considered production ready only in uWSGI 2.0.2

In the standard ("single block") configuration a key can only map to a single
block. Thus if you have a cache block size of 64k your items can be at most
65,535 bytes long. Conversely items smaller than that will still consume 64k of
Expand Down

0 comments on commit 6c76c15

Please sign in to comment.