]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiAuth.pm
treewide: update to v3 Tor onions
[public-inbox.git] / lib / PublicInbox / LeiAuth.pm
index e7b26c5fe85bf16a0d61b30202dc8f19939ad187..877ae6a3c081b7bb4d1409f6ef831470a5946d3e 100644 (file)
@@ -27,7 +27,7 @@ sub do_auth_atfork { # used by IPC WQ workers
 sub net_merge_done1 { # bump merge-count in top-level lei-daemon
        my ($wq) = @_;
        return if ++$wq->{nr_net_merge_done} != $wq->{-wq_nr_workers};
-       $wq->net_merge_complete; # defined per wq-class (e.g. LeiImport)
+       $wq->net_merge_all_done; # defined per wq-class (e.g. LeiImport)
 }
 
 sub net_merge_all { # called in wq worker via wq_broadcast