Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
change(walker) threshold size
Browse files Browse the repository at this point in the history
  • Loading branch information
masahiro331 committed Oct 23, 2021
1 parent 693e12f commit eaeda71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion walker/walk.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var (
systemDirs = []string{"proc", "sys", "dev"}
)

const ThresholdSize = int64(2) << 20
const ThresholdSize = int64(200) << 20

type WalkFunc func(filePath string, info os.FileInfo, opener analyzer.Opener) error

Expand Down

0 comments on commit eaeda71

Please sign in to comment.