Skip to content

Commit

Permalink
Fix bad filestream comment
Browse files Browse the repository at this point in the history
Comment documented an exclusion in the wrong direction
  • Loading branch information
ryanohoro authored Feb 21, 2024
1 parent 48de208 commit 98d3e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/cmd/strelka-filestream/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func main() {
continue
}

// Ignore older files
// Temporarily ignore newly written files
if t.Sub(fi.ModTime()) < conf.Delta {
continue
}
Expand Down

0 comments on commit 98d3e30

Please sign in to comment.