mirror of
https://github.com/tickstep/aliyunpan.git
synced 2025-01-23 14:32:14 +08:00
set PreHash threshold as 100MB
This commit is contained in:
parent
c86afbd764
commit
a7034e300f
@ -40,8 +40,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// DefaultCheckPreHashFileSize PreHash计算文件大小门限,默认200MB以上文件才计算
|
||||
DefaultCheckPreHashFileSize = 10 * 1024 * 1024
|
||||
// DefaultCheckPreHashFileSize PreHash计算文件大小门限,默认100MB以上文件才计算
|
||||
DefaultCheckPreHashFileSize = 100 * 1024 * 1024
|
||||
)
|
||||
|
||||
type (
|
||||
|
Loading…
Reference in New Issue
Block a user