diff options
Diffstat (limited to 'it_cache.class')
| -rw-r--r-- | it_cache.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_cache.class b/it_cache.class index a414887..3bfe1c3 100644 --- a/it_cache.class +++ b/it_cache.class @@ -88,7 +88,7 @@ static function put($key, $value, $p = array()) 'title' => ($p['distributed'] ? "memcache (" . ($memcache ? ($memcache->getResultMessage() . " on " . $memcache->getServerByKey($key)['host']) : "n/a") . ")" : self::$_store_func) . " in it_cache::put failed", 'body' => "key='$key', value size=" . strlen(json_encode($value)), 'id' => $p['distributed'] ? "it_cache_fail_" . $memcache->getServerByKey($key)['host'] : "it_cache_fail", - 'timewindow' => $memcache && it::match('SERVER HAS FAILED', $memcache->getResultMessage()) ? "1200-1300" : null, + 'timewindow' => $memcache && it::match('SERVER HAS FAILED|CONNECTION FAILURE', $memcache->getResultMessage()) ? "1200-1300" : null, 'blockmailid' => $memcache ? "memcache_on_" . $memcache->getServerByKey($key)['host'] : null, 'blockmail' => $memcache? 12*3600 : null, ])); |