From 284d828dc8ac2f25e1b9374e324b69f09eca95b0 Mon Sep 17 00:00:00 2001 From: atomaka Date: Fri, 28 Oct 2011 21:03:10 -0400 Subject: [PATCH] Disable sc2ranks until I have played a game this season. --- cronjobs/index_data.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cronjobs/index_data.php b/cronjobs/index_data.php index d26aae3..5185fee 100644 --- a/cronjobs/index_data.php +++ b/cronjobs/index_data.php @@ -26,8 +26,8 @@ $dataSources = array( 'twitter' => 300, 'github' => 300, 'hulu' => 600, - 'lastfm' => 60, - 'sc2ranks' => 43200, + 'lastfm' => 150, + /*'sc2ranks' => 43200,*/ 'steam' => 3600, 'wow' => 43200, );