优化task make

This commit is contained in:
algotao
2025-07-25 17:25:17 +08:00
parent a2bf3c853e
commit a78c16d301
9 changed files with 27 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ func paramBatchSize(fs *flag.FlagSet) *uint {
}
func paramBlockSize(fs *flag.FlagSet) *string {
return fs.String("blocksize", "200M", "Block size to make hash. using size mode K, M, G, T")
return fs.String("blocksize", "50M", "Block size to make hash. using size mode K, M, G, T")
}
func paramClear(fs *flag.FlagSet) *bool {