Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu committed Nov 14, 2024
1 parent 5b26254 commit 664a18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/accesslog/common/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const (
// clean the active connection in BPF interval
cleanActiveConnectionInterval = time.Second * 20

// in case the reading the data from BPF queue is disordered, so add a delay time to delete the connection infomation
// in case the reading the data from BPF queue is disordered, so add a delay time to delete the connection information
connectionDeleteDelayTime = time.Second * 20
)

Expand Down

0 comments on commit 664a18f

Please sign in to comment.