Committer: sbelyaev
LJSUP-13883: Journal pages optimizaiton : stage 1U trunk/cgi-bin/LJ/Share.pm
Modified: trunk/cgi-bin/LJ/Share.pm =================================================================== --- trunk/cgi-bin/LJ/Share.pm 2012-10-17 06:56:58 UTC (rev 23159) +++ trunk/cgi-bin/LJ/Share.pm 2012-10-17 07:14:09 UTC (rev 23160) @@ -103,7 +103,7 @@ my $result_text = qq{<script type="text/javascript">LJShare.link($opts_out);</script>}; - LJ::MemCacheProxy::set($cache_key, $result_text, 5 * 60) if $cache_key; + LJ::MemCacheProxy::set($cache_key, $result_text, 15 * 60) if $cache_key; return $result_text; }