mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
1024*1024 is too big, maybe some account-info needs to be added
This commit is contained in:
parent
4011dba79b
commit
4c59fcbc76
@ -38,7 +38,7 @@ function egw_memcache_close()
|
|||||||
return is_object($egw_memcache_obj) ? $egw_memcache_obj->close() : false;
|
return is_object($egw_memcache_obj) ? $egw_memcache_obj->close() : false;
|
||||||
}
|
}
|
||||||
|
|
||||||
define('MEMCACHED_MAX_JUNK',1024*1024);
|
define('MEMCACHED_MAX_JUNK',1024*1023); // 1024*1024 is too big, maybe some account-info needs to be added
|
||||||
|
|
||||||
function egw_memcache_read($id)
|
function egw_memcache_read($id)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user