]> 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>
Thu, 31 Dec 2009 00:29:38 +0000 (19:29 -0500)
committerCraig Andrews <candrews@integralblue.com>
Thu, 31 Dec 2009 00:29:38 +0000 (19:29 -0500)
commit1e9c03e1993b5d2978ac4c5213a8a64e0150b4a2
tree3fc25f296e14e75a2afc0fba358301b870f93632
parent176e0fdab787d7265b58c76ce6312e9f519f4124
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)
lib/util.php