Correct cache storage length.
This commit is contained in:
parent
ff1e3b8247
commit
8fb0337b70
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in a new issue