mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-26 17:41:57 +08:00
Modify: increase OneDrive client uploading chunk size to 100MB
This commit is contained in:
2
assets
2
assets
Submodule assets updated: 0e8e26e4de...63ee122d97
@@ -24,7 +24,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
// SmallFileSize 单文件上传接口最大尺寸
|
// SmallFileSize 单文件上传接口最大尺寸
|
||||||
SmallFileSize uint64 = 4 * 1024 * 1024
|
SmallFileSize uint64 = 4 * 1024 * 1024
|
||||||
// ChunkSize 分片上传分片大小
|
// ChunkSize 服务端中转分片上传分片大小
|
||||||
ChunkSize uint64 = 10 * 1024 * 1024
|
ChunkSize uint64 = 10 * 1024 * 1024
|
||||||
// ListRetry 列取请求重试次数
|
// ListRetry 列取请求重试次数
|
||||||
ListRetry = 1
|
ListRetry = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user