diff --git a/src/app.rs b/src/app.rs index 3c0762f..86ab5c5 100644 --- a/src/app.rs +++ b/src/app.rs @@ -44,7 +44,7 @@ impl Default for Config { refresh_interval: 1000, enable_dpi: true, process_lookup_interval: 2, - connection_timeout: 60, + connection_timeout: 120, bpf_filter: None, // No filter by default to see all packets } }