Skip to content

Commit 35fc324

Browse files
author
gaoyd
committed
support short connection to avoid failure by nginx reloading
1 parent c6ae05c commit 35fc324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conf/config.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ storageClass=Standard
2929
cosPath=/
3030
# 是否使用HTTPS传输(传输速度较慢,适用于对传输安全要求高的场景), on开启, off关闭
3131
https=off
32+
# 是否使用HTTP短链接,true使用短链接, false或者不填使用默认使用长链接
33+
# shortConnection=false
3234
# 临时目录,用于运行过程中,临时文件的存储, 主要用于友商数据迁移到COS, 因为迁移会现将数据下载到临时目录,再进行上传后删除.对于linux绝对路径, 如/a/b/c, 对于windows绝对路径,注意分隔符为两个反斜杠,如E:\\a\\b\\c
3335
# 默认存储在工具下的tmp目录, 请确保磁盘空间充足,取决于要迁移的文件的大小与并发度。
3436
tmpFolder=./tmp

0 commit comments

Comments
 (0)