Rename LLMP Timeout message, increase timeout (#1048)
* rename * Update llmp.rs * Print every 30 seconds only --------- Co-authored-by: Dominik Maier <dmnk@google.com>
This commit is contained in:
parent
4e15be182e
commit
30e296968b
@ -189,11 +189,11 @@ where
|
|||||||
Ok(llmp::LlmpMsgHookResult::ForwardToClients)
|
Ok(llmp::LlmpMsgHookResult::ForwardToClients)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
monitor.display("Timeout".into(), 0);
|
monitor.display("Broker".into(), 0);
|
||||||
Ok(llmp::LlmpMsgHookResult::Handled)
|
Ok(llmp::LlmpMsgHookResult::Handled)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Duration::from_millis(1000),
|
Duration::from_secs(30),
|
||||||
Some(Duration::from_millis(5)),
|
Some(Duration::from_millis(5)),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user