]> Sergey Matveev's repositories - public-inbox.git/commit
clone: support parallel v1 clones
authorEric Wong <e@80x24.org>
Mon, 28 Nov 2022 05:31:04 +0000 (05:31 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Nov 2022 23:38:53 +0000 (23:38 +0000)
commit5a6cfaed3a6e5f53475063a64228c28f8a2746dd
tree4088776526e690a3ac7bb5b622e5b5672db8a795
parent92688a6a3711ccfe97c20dbe239d2384ba63420b
clone: support parallel v1 clones

This opens the door to parallel cloning of coderepos, too.  We
can also get rid of needless AutoReap usage, here, too since
it's usage has been 100% synchronous and not DESTROY-based as
they are in tests.
lib/PublicInbox/LeiMirror.pm