From e86a3b73808f23c9361274c6c4781a3b9f7950d3 Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Fri, 1 Jun 2018 00:16:27 +0100 Subject: Improve performance more with a cached repo Once we've cached the whole repo, stop trying to add more files. It takes a long time if we keep trying to lookup things that are not in the cache. --- vcs-test.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'vcs-test.pl') diff --git a/vcs-test.pl b/vcs-test.pl index 0870c62bcf0..05a27bcf8c1 100755 --- a/vcs-test.pl +++ b/vcs-test.pl @@ -43,6 +43,7 @@ $VCS->cache_file($file); $VCS->cache_file($file); $VCS->cache_repo(); $VCS->cache_repo(); +$VCS->cache_file($file); print " ... done!\n"; ######## -- cgit v1.2.3