Skip to content

Commit

Permalink
Change stats cache time
Browse files Browse the repository at this point in the history
  • Loading branch information
janisto committed Oct 15, 2013
1 parent d165805 commit 0faacba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Stats.php
Expand Up @@ -203,7 +203,7 @@ protected function getData($metric,$params=array())
$metric,
$params
);
Yii::app()->cache->set($cacheID,$data,3600);
Yii::app()->cache->set($cacheID,$data,1800);
}
return $data;
} else {
Expand Down

0 comments on commit 0faacba

Please sign in to comment.