Skip to content

Commit

Permalink
Merge pull request #438 from target/ryanohoro-patch-1
Browse files Browse the repository at this point in the history
Fix bad filestream comment
  • Loading branch information
phutelmyer authored Feb 22, 2024
2 parents 48de208 + 98d3e30 commit 5b6c153
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 5b6c153

Please sign in to comment.