From b1b54536eba6e552afbe4ea9d728135b4de94130 Mon Sep 17 00:00:00 2001 From: atomaka Date: Fri, 28 Oct 2011 21:54:57 -0400 Subject: [PATCH] Stop updating sc2ranks until I've played one game this season. --- cronjobs/index_data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronjobs/index_data.php b/cronjobs/index_data.php index 6627b1a..3ccee26 100644 --- a/cronjobs/index_data.php +++ b/cronjobs/index_data.php @@ -27,7 +27,7 @@ $dataSources = array( 'github' => 300, 'hulu' => 600, 'lastfm' => 60, - 'sc2ranks' => 43200, + // 'sc2ranks' => 43200, 'steam' => 3600, 'wow' => 43200, );