add --no-os-network-stats-reporting option (#21296)

This commit is contained in:
Jeff Biseda
2021-11-16 10:26:03 -08:00
committed by GitHub
parent db6d291127
commit d5de0c8e12
5 changed files with 24 additions and 10 deletions

View File

@ -1989,7 +1989,7 @@ fn main() {
}
let exit_signal = Arc::new(AtomicBool::new(false));
let system_monitor_service = SystemMonitorService::new(Arc::clone(&exit_signal));
let system_monitor_service = SystemMonitorService::new(Arc::clone(&exit_signal), false);
if let Some(limit) = value_t!(arg_matches, "accounts_index_memory_limit_mb", usize).ok()
{