Correct cache storage length.

This commit is contained in:
Andrew Tomaka 2011-10-14 03:11:17 -04:00
parent ff1e3b8247
commit 8fb0337b70

View file

@ -22,7 +22,7 @@ $dataSources = array(
'lastfm' => 60, 'lastfm' => 60,
'sc2ranks' => 43200, 'sc2ranks' => 43200,
'steam' => 3600, 'steam' => 3600,
'wow' => 0 //43200, 'wow' => 43200,
); );
if(file_exists($CACHE_FILE)) { if(file_exists($CACHE_FILE)) {