]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiBlob.pm
lei + ipc: simplify process reaping
[public-inbox.git] / lib / PublicInbox / LeiBlob.pm
index b6a62d246657f4d0b0d2c56efa5d6a1ef3f4de68..004b156c3396acde3e419bbe723e7cd144ebcf4d 100644 (file)
@@ -166,7 +166,7 @@ sub lei_blob {
        my ($op_c, $ops) = $lei->workers_start($self, 1);
        $lei->{wq1} = $self;
        $self->wq_io_do('do_solve_blob', []);
-       $self->wq_close(1);
+       $self->wq_close;
        $lei->wait_wq_events($op_c, $ops);
 }