Bump weight on mirror.slc to 2000
diff --git a/getcm/app.py b/getcm/app.py
index 2e493f2..cb074a1 100644
--- a/getcm/app.py
+++ b/getcm/app.py
@@ -52,9 +52,9 @@
self.lookup = TemplateLookup(directories=[template_path], filesystem_checks=False)
self.mirrorpool = WeightedChoice((
+ ('http://mirror.slc.cyanogenmod.org/%s', 2000),
('http://oss.reflected.net/%s', 1000),
('http://mirror.symnds.com/software/cm/%s', 1000),
- ('http://mirror.slc.cyanogenmod.org/%s', 500),
('http://mirror.netcologne.de/cyanogenmod/%s', 200),
#('http://mirror.sea.tdrevolution.net/%s', 50),
('http://cm.sponsored.cb-webhosting.de/%s', 25),