add --no-os-network-stats-reporting option (#21296)
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user