View | Details | Raw Unified | Return to bug 22892
Collapse All | Expand All

(-)a/misc/search_tools/rebuild_elasticsearch.pl (-2 / +1 lines)
Lines 138-144 _verify_index_state($Koha::SearchEngine::Elasticsearch::BIBLIOS_INDEX, $delete) Link Here
138
_verify_index_state($Koha::SearchEngine::Elasticsearch::AUTHORITIES_INDEX, $delete) if ($index_authorities);
138
_verify_index_state($Koha::SearchEngine::Elasticsearch::AUTHORITIES_INDEX, $delete) if ($index_authorities);
139
139
140
my $slice_index = 0;
140
my $slice_index = 0;
141
my $slice_count = $processes // 1;
141
my $slice_count = ( $processes //= 1 );
142
my %iterator_options;
142
my %iterator_options;
143
143
144
if ($slice_count > 1) {
144
if ($slice_count > 1) {
145
- 

Return to bug 22892