]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchIdx.pm
nntp: attempt RFC 5536 3.1.5-conformant Path: headers
[public-inbox.git] / lib / PublicInbox / SearchIdx.pm
index 2c5c815f605755da79e5d551b088331b6bee5e86..2aec2b73f70c6aef31f049ea92d5275cd4151e26 100644 (file)
@@ -587,8 +587,7 @@ sub check_size { # check_async cb for -index --max-size=...
 
 sub v1_checkpoint ($$;$) {
        my ($self, $sync, $stk) = @_;
-       $self->{ibx}->git->check_async_wait;
-       $self->{ibx}->git->cat_async_wait;
+       $self->{ibx}->git->async_wait_all;
 
        # latest_cmt may be undef
        my $newest = $stk ? $stk->{latest_cmt} : undef;