We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5350c7 commit 7d871deCopy full SHA for 7d871de
source/app.d
@@ -33,7 +33,7 @@ void startMonitoring()
33
sleep(1.seconds()); // give the cache a chance to warm up first
34
while(true){
35
if (s_mirror.length) s_registry.mirrorRegistry(s_mirror);
36
- else s_registry.updatePackages();
+ //else s_registry.updatePackages();
37
sleep(30.minutes());
38
}
39
0 commit comments