diff --git a/validator/src/cli/thread_args.rs b/validator/src/cli/thread_args.rs index 314e82846b5e2c..083f15a028d722 100644 --- a/validator/src/cli/thread_args.rs +++ b/validator/src/cli/thread_args.rs @@ -45,7 +45,7 @@ pub fn thread_args<'a>(defaults: &DefaultThreadArgs) -> Vec> { new_thread_arg::(&defaults.accounts_db_clean_threads), new_thread_arg::(&defaults.accounts_db_foreground_threads), new_thread_arg::(&defaults.accounts_db_hash_threads), - new_thread_arg::(&defaults.accounts_db_foreground_threads), + new_thread_arg::(&defaults.accounts_index_flush_threads), new_thread_arg::(&defaults.ip_echo_server_threads), new_thread_arg::(&defaults.replay_forks_threads), new_thread_arg::(&defaults.replay_transactions_threads),