about summary refs log tree commit homepage
path: root/lib/PublicInbox/ExtSearchIdx.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/ExtSearchIdx.pm')
-rw-r--r--lib/PublicInbox/ExtSearchIdx.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/PublicInbox/ExtSearchIdx.pm b/lib/PublicInbox/ExtSearchIdx.pm
index a4b3bbd5..d0c9c2f7 100644
--- a/lib/PublicInbox/ExtSearchIdx.pm
+++ b/lib/PublicInbox/ExtSearchIdx.pm
@@ -1011,8 +1011,9 @@ sub _watch_commit { # PublicInbox::DS::add_timer callback
         delete $self->{-commit_timer};
         eidxq_process($self, $self->{-watch_sync});
         eidxq_release($self);
-        delete local $self->{-watch_sync}->{-regen_fmt};
+        my $fmt = delete $self->{-watch_sync}->{-regen_fmt};
         reindex_checkpoint($self, $self->{-watch_sync});
+        $self->{-watch_sync}->{-regen_fmt} = $fmt;
 
         # call event_step => done unless commit_timer is armed
         PublicInbox::DS::requeue($self);