]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/LeiImportKw.pm
lei/store: use SOCK_SEQPACKET rather than pipe
[public-inbox.git] / lib / PublicInbox / LeiImportKw.pm
index 402125cf5a43a4b1d1cb0cc0988367313a310907..2863d17f829e7f86e964253b6dc00af4d1bf88b2 100644 (file)
@@ -37,7 +37,7 @@ sub ck_update_kw { # via wq_io_do
        $self->{lse}->kw_changed(undef, $kw, \@docids) or return;
        $self->{verbose} and
                $self->{lei}->qerr('# '.unpack('H*', $oidbin)." => @$kw\n");
-       $self->{sto}->ipc_do('set_eml_vmd', undef, { kw => $kw }, \@docids);
+       $self->{sto}->wq_do('set_eml_vmd', undef, { kw => $kw }, \@docids);
 }
 
 sub ikw_done_wait {