Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
kistenklaus committed Jul 17, 2024
1 parent 4b6bb3c commit d659e29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src-tauri/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
/target/
/vendor
/log/
can0_wdg
can1_wdg

2 changes: 1 addition & 1 deletion src-tauri/src/cnl/network/node_object/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl NodeObject {
bus_id,
}
}) {
wdg.reset(unregister, Some(std::cmp::min(ticks_next + 60, 127))).await;
wdg.reset(unregister, Some(std::cmp::min(ticks_next + 20, 127))).await;
// the +10 helps with tcp buffering for control panel, while nodes themselves
// can still react quickly.
return;
Expand Down

0 comments on commit d659e29

Please sign in to comment.