Committer: sbelyaev
LJSUP-13883: Journal pages optimizaiton : stage 1U trunk/cgi-bin/LJ/MemCacheProxy.pm
Modified: trunk/cgi-bin/LJ/MemCacheProxy.pm =================================================================== --- trunk/cgi-bin/LJ/MemCacheProxy.pm 2012-10-11 12:15:40 UTC (rev 23109) +++ trunk/cgi-bin/LJ/MemCacheProxy.pm 2012-10-11 12:19:43 UTC (rev 23110) @@ -87,7 +87,7 @@ $singletons{$key} = $value unless $singletons{$key}; - return LJ::MemCache::replace($key_origin, $value, $expire); + return LJ::MemCache::add($key_origin, $value, $expire); } 1;