Skip to content

Commit

Permalink
fix: packet loss in l7 qg
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchaoa authored and rvql committed Feb 12, 2025
1 parent 3b8884d commit 712c16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/src/config/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ impl From<&UserConfig> for FlowConfig {
.flow_log
.time_window
.max_tolerable_packet_delay,
flush_interval: conf.processors.packet.pcap_stream.flush_interval,
flush_interval: conf.processors.flow_log.conntrack.flow_flush_interval,
flow_timeout: FlowTimeout::from(TcpTimeout {
established: conf
.processors
Expand Down

0 comments on commit 712c16d

Please sign in to comment.