adding client suicide & dev mode
This commit is contained in:
parent
a2649af8a0
commit
7156009caa
@ -51,7 +51,7 @@ impl NavkaClientApp {
|
||||
if self.dev_mode {
|
||||
// dev mode: we do a 30-second kill
|
||||
info!("NAVKA_DEV_MODE: aggregator will time out in 30 seconds");
|
||||
match timeout(Duration::from_secs(30), aggregator_task).await {
|
||||
match timeout(Duration::from_secs(30), input_task).await {
|
||||
Ok(_) => {
|
||||
info!("aggregator finished within 30s");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user