File tree 4 files changed +24
-0
lines changed
4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,14 @@ _Added in v2._
164
164
165
165
Request timeout in seconds.
166
166
167
+ ## DOWNLOAD_CHUNK_SIZE
168
+
169
+ :material-lightbulb-on: Optional, defaults to ` 4096 `
170
+
171
+ Chunk size when writing downloaded files, in bytes.
172
+
173
+ _ Added in v2.6.0._
174
+
167
175
## HTTP_PROXY
168
176
169
177
:material-lightbulb-on: Optional, defaults to your environment
Original file line number Diff line number Diff line change @@ -164,6 +164,14 @@ _在 v2 中新增。_
164
164
165
165
请求超时时间,以秒为单位。
166
166
167
+ ## DOWNLOAD_CHUNK_SIZE
168
+
169
+ :material-lightbulb-on: 可选,默认为 ` 4096 `
170
+
171
+ 写入下载文件时的块大小,以字节为单位。
172
+
173
+ _ 在 v2.6.0 中新增。_
174
+
167
175
## HTTP_PROXY
168
176
169
177
:material-lightbulb-on: 可选,默认遵循环境变量
Original file line number Diff line number Diff line change 6
6
7
7
Use a Telegram channel (album channel) to store downloaded files.
8
8
9
+ !!! warning
10
+
11
+ Due to the file size limit of Telegram bot API, files larger than 50MB cannot be stored in Telegram.
12
+
9
13
## Configuration
10
14
11
15
### STORAGE
Original file line number Diff line number Diff line change 6
6
7
7
使用 Telegram 频道(相册频道)存储下载的文件。
8
8
9
+ !!! warning "警告"
10
+
11
+ 由于 Telegram 机器人 API 的文件大小限制,大于 50MB 的文件无法存储在 Telegram 中。
12
+
9
13
## 配置
10
14
11
15
### STORAGE
You can’t perform that action at this time.
0 commit comments