Skip to content

Commit 7d871de

Browse files
committed
No registry updates
1 parent a5350c7 commit 7d871de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/app.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ void startMonitoring()
3333
sleep(1.seconds()); // give the cache a chance to warm up first
3434
while(true){
3535
if (s_mirror.length) s_registry.mirrorRegistry(s_mirror);
36-
else s_registry.updatePackages();
36+
//else s_registry.updatePackages();
3737
sleep(30.minutes());
3838
}
3939
}

0 commit comments

Comments
 (0)