From 0dfbdc453f9b522dadbde436733c215fa73a58dc Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 27 Oct 2020 07:54:30 +0000 Subject: v2writable: move size check init to sync_prepare This will let us use it from ExtSearchIdx. --- lib/PublicInbox/V2Writable.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/PublicInbox/V2Writable.pm b/lib/PublicInbox/V2Writable.pm index ca60f2a1..d417b125 100644 --- a/lib/PublicInbox/V2Writable.pm +++ b/lib/PublicInbox/V2Writable.pm @@ -1038,6 +1038,9 @@ sub sync_prepare ($$) { # without {reindex} my $reindex_heads = $self->last_commits($sync) if $sync->{reindex}; + if ($sync->{max_size} = $sync->{-opt}->{max_size}) { + $sync->{index_oid} = $self->can('index_oid'); + } for (my $i = $sync->{epoch_max}; $i >= 0; $i--) { my $git_dir = $sync->{ibx}->git_dir_n($i); -d $git_dir or next; # missing epochs are fine @@ -1312,9 +1315,6 @@ sub index_sync { $art_beg++ if defined($art_beg); } } - if ($sync->{max_size} = $opt->{max_size}) { - $sync->{index_oid} = $self->can('index_oid'); - } # work forwards through history index_epoch($self, $sync, $_) for (0..$epoch_max); $self->{oidx}->rethread_done($opt); -- cgit v1.2.3-24-ge0c7