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