]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Enable memcache automatic compression, starting at 20k and only if compression gain...
authorCraig Andrews <candrews@integralblue.com>
Mon, 4 Jan 2010 17:49:25 +0000 (12:49 -0500)
committerCraig Andrews <candrews@integralblue.com>
Mon, 4 Jan 2010 17:49:25 +0000 (12:49 -0500)
commit7a2d72fe28e29c67f2a9e8fdb59c6c5c9b38d5e6
treeed00b19b1d85b88e74549c0a7e152abec9c63304
parenta0f7896f22b93caedf4cfcb91b14a25c0c1e6a82
Enable memcache automatic compression, starting at 20k and only if compression gain is greater than 20%.

Allows storage of larger objects (over 1mb in size uncompressed), such as huge LDAP schemas.
Should also improve cache efficiency (allows more stuff to be stored in same memory) and reduce network latency (less data transfer)

(redo commit 1e9c03e1993b5d2978ac4c5213a8a64e0150b4a2 which was apparently lost during pluginization)
plugins/MemcachePlugin.php