mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-20 12:29:29 +00:00
(fix) enable tcp_nodelay for memcache
This commit is contained in:
@@ -104,7 +104,8 @@ static memcached_st *handle = NULL;
|
||||
if (handle)
|
||||
{
|
||||
memcached_behavior_set(handle, MEMCACHED_BEHAVIOR_BINARY_PROTOCOL, 1);
|
||||
|
||||
memcached_behavior_set(handle, MEMCACHED_BEHAVIOR_TCP_NODELAY, 1);
|
||||
|
||||
sd = [SOGoSystemDefaults sharedSystemDefaults];
|
||||
|
||||
// We define the default value for cleaning up cached users'
|
||||
|
||||
Reference in New Issue
Block a user