]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchIdxPart.pm
v2writable: commit to skeleton via remote partitions
[public-inbox.git] / lib / PublicInbox / SearchIdxPart.pm
index 6025fc4034cf3e5837e873ef5c1645dd3c77825f..2f577ecff5a807d921ea9ddab0be7a802f008e25 100644 (file)
@@ -45,6 +45,7 @@ sub partition_worker_loop ($$$) {
                if ($line eq "commit\n") {
                        $xdb->commit_transaction if $txn;
                        $txn = undef;
+                       $self->{skeleton}->remote_commit;
                } elsif ($line eq "close\n") {
                        $self->_xdb_release;
                        $xdb = $txn = undef;