]> Sergey Matveev's repositories - public-inbox.git/commit
lei up: actually rely on DESTROY for --alllll
authorEric Wong <e@80x24.org>
Thu, 14 Oct 2021 13:16:08 +0000 (13:16 +0000)
committerEric Wong <e@80x24.org>
Fri, 15 Oct 2021 02:23:27 +0000 (02:23 +0000)
commite482a9fb713db1c14b52d6db05049842605764e2
tree168793e7d0c390e90e08b798004e4e89db1ebaf6
parent4b5a1b5787edee2a3b6cc10a3ccc5721f1414268
lei up: actually rely on DESTROY for --alllll

We need to use DESTROY here to ensure we wait for workers, too;
not just the initial dispatch.

Fixes: cafbd77b3c82167d ("lei up: avoid excessively parallel --all")
lib/PublicInbox/LeiUp.pm