diff options
author | dormando <dormando@rydia.net> | 2017-05-21 21:49:54 -0700 |
---|---|---|
committer | dormando <dormando@rydia.net> | 2017-05-22 22:05:53 -0700 |
commit | a8c4a82787b8b6c256d61bd5c42fb7f92d1bae00 (patch) | |
tree | 8f7f9549d0e44e8ff6eca19c05e02ebea40eac9f /items.c | |
parent | 2b3312e1bccb3609206da4fc8efd24f7cfd80bdd (diff) | |
download | memcached-a8c4a82787b8b6c256d61bd5c42fb7f92d1bae00.tar.gz |
Don't overflow item refcount on get
Counts as a miss if the refcount is too high. ASCII multigets are the only
time refcounts can be held for so long.
doing a dirty read of refcount. is aligned.
trying to avoid adding an extra refcount branch for all calls of item_get due
to performance. might be able to move it in there after logging refactoring
simplifies some of the branches.
Diffstat (limited to 'items.c')
0 files changed, 0 insertions, 0 deletions