Committer: sbelyaev
LJSUP-13883: Journal pages optimizaiton : stage 1U trunk/cgi-bin/LJ/S2/RecentPage.pm
Modified: trunk/cgi-bin/LJ/S2/RecentPage.pm =================================================================== --- trunk/cgi-bin/LJ/S2/RecentPage.pm 2012-10-11 12:15:22 UTC (rev 23108) +++ trunk/cgi-bin/LJ/S2/RecentPage.pm 2012-10-11 12:15:40 UTC (rev 23109) @@ -122,9 +122,9 @@ die $err if $err; - # preload js for sharing + # preload js for sharing LJ::MemCacheProxy::get_multi( - map { "s2:cache:share:js::" . $u->{'userid'} . ":$_" } @itemids ); + map { "s2:cache:share:js:" . $u->{'userid'} . ":$_" } @itemids ); ### load the log properties my %logprops = ();