summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bulk_index.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/bulk_index.pl b/scripts/bulk_index.pl
index 8d04b7e8d..cd249a55c 100755
--- a/scripts/bulk_index.pl
+++ b/scripts/bulk_index.pl
@@ -43,12 +43,10 @@ if ($progress_bar) {
}
my $indexer = Bugzilla::Elastic::Indexer->new(
- $debug_sql ? ( debug_sql => 1 ) : (),
+ $debug_sql ? ( debug_sql => 1 ) : (),
$progress_bar ? ( progress_bar => 'Term::ProgressBar' ) : (),
);
-$indexer->create_index;
-
my $run_time = time;
my $loop = IO::Async::Loop->new;
my $timer = IO::Async::Timer::Periodic->new(