]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiStore.pm
git: use async_wait_all everywhere
[public-inbox.git] / lib / PublicInbox / LeiStore.pm
index b4f40912aa61e5e6d1722105b1b53a30df4f228c..52a1456fb41544e4bee7ad21c1a0f662bc59d13c 100644 (file)
@@ -305,7 +305,7 @@ sub remove_eml {
                        $git->cat_async($oidhex, \&_remove_if_local, $self);
                }
        }
-       $git->cat_async_wait;
+       $git->async_wait_all;
        remove_docids($self, @docids);
        \@docids;
 }