]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/index-pack-w-more-threads'
authorJunio C Hamano <gitster@pobox.com>
Mon, 31 Aug 2020 22:49:48 +0000 (15:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 31 Aug 2020 22:49:48 +0000 (15:49 -0700)
commit53015c9dd40e0a5afc14aeeb6e6def25f10fff4d
treef3c01bfad2ae5b61e4c316c54a48ef831aea05dd
parente17723842b4fd42215ebf9c7ee5ab0bdfbe5a402
parentfbff95b67f7e7bfc8799c2d6d16263cfeb61bc6f
Merge branch 'jk/index-pack-w-more-threads'

Long ago, we decided to use 3 threads by default when running the
index-pack task in parallel, which has been adjusted a bit upwards.

* jk/index-pack-w-more-threads:
  index-pack: adjust default threading cap
  p5302: count up to online-cpus for thread tests
  p5302: disable thread-count parameter tests by default