Skip to content

Commit

Permalink
No registry updates
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Mar 30, 2018
1 parent a5350c7 commit 7d871de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
}
Expand Down

0 comments on commit 7d871de

Please sign in to comment.