From 7d871de592c1896ff74f47184bcc6023bd9b2065 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Fri, 30 Mar 2018 05:17:52 +0200 Subject: [PATCH] No registry updates --- source/app.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/app.d b/source/app.d index 081e9187..b232e1ee 100644 --- a/source/app.d +++ b/source/app.d @@ -33,7 +33,7 @@ void startMonitoring() sleep(1.seconds()); // give the cache a chance to warm up first while(true){ if (s_mirror.length) s_registry.mirrorRegistry(s_mirror); - else s_registry.updatePackages(); + //else s_registry.updatePackages(); sleep(30.minutes()); } }