We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952f9ee commit eb231abCopy full SHA for eb231ab
README.md
@@ -130,6 +130,9 @@ advanced:
130
request_buffer: 8192
131
# 超时时间
132
timeout: 30
133
+file:
134
+ # 文件检查模式,可选值为“size”(大小)和“hash”(哈希值)
135
+ check: size
136
cache:
137
buffer: 536870912
138
check: 360
config/config.yml.example
@@ -30,6 +30,8 @@ dashboard:
30
username: admin
31
download:
32
threads: 64
33
34
35
storages:
36
bmclapi:
37
path: ./bmclapi
core/config.py
@@ -21,6 +21,7 @@
21
"cache.check": 360,
22
"download.threads": 64,
23
"web.server_name": "TTB-Network",
24
+ "file.check": "size",
25
"web.port": 8080,
26
"web.ssl_port": 8800,
27
"web.force_ssl": False,
0 commit comments