1
0
Fork 0

Correct cache storage length.

This commit is contained in:
Andrew Tomaka 2011-10-14 03:11:17 -04:00
parent ff1e3b8247
commit 8fb0337b70
1 changed files with 1 additions and 1 deletions

View File

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