lib/PublicInbox/LeiStore.pm | 3 +++ diff --git a/lib/PublicInbox/LeiStore.pm b/lib/PublicInbox/LeiStore.pm index 821782b9a4135c3e352979ed590e618e047da490..0b033e3e3095b8d3a0725ad6a2850daf5b9e9c73 100644 --- a/lib/PublicInbox/LeiStore.pm +++ b/lib/PublicInbox/LeiStore.pm @@ -419,6 +419,9 @@ my ($self, $wait) = @_; if (my $im = $self->{im}) { $wait ? $im->barrier : $im->checkpoint; } + if (my $lms = delete $self->{lms}) { + $lms->lms_commit; + } $self->{priv_eidx}->checkpoint($wait); }