Skip to content

Commit 1e86644

Browse files
committed
update:docment and readme
update:configure file
1 parent 448b190 commit 1e86644

File tree

5 files changed

+11
-10
lines changed

5 files changed

+11
-10
lines changed

README.en.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ feature list:
2929
13. support second pass and Resumable
3030
14. support nginx upload module proxy_pass
3131
15. support upload and download Redirect
32-
16. dynamic rate of the download
32+
16. support full speed and limit speed
3333

3434
## install
3535

@@ -98,7 +98,7 @@ P2P distributed download is the same as the hyper-threaded download of other dow
9898

9999
## now task
100100
P2P WAN file search and download support
101-
Download speed limit optimization
101+
upload file code optimization
102102

103103
## other problems
104104
You can refer to the document under the docment directory. It contains API protocol and service description.
@@ -112,6 +112,7 @@ You can refer to the document under the docment directory. It contains API proto
112112

113113
## Clean up statement
114114
the software will not generate any files to other directories in your system.
115+
the software will not modify any of your system configuration.
115116
the software can achieve complete cleanup by directly delete the directory.
116117

117118
## Follow us

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ c c++ file storage service
2828
13. 支持秒传和断点续传
2929
14. 支持NGINX UPLOAD MODULE上传代理
3030
15. 支持上传和下载重定向
31-
16. 下载动态速率
31+
16. 支持全速模式和限速模式
3232

3333
## 安装教程
3434

@@ -96,7 +96,7 @@ P2P分布式下载与其他下载工具的超线程下载一样,原理是使用H
9696

9797
## 当前任务
9898
P2P广域网文件查找与下载支持
99-
下载限速优化
99+
文件上传代码优化
100100

101101
## 其他问题
102102
你可以参考docment目录下的文档.里面包含了API协议和服务说明.
@@ -110,6 +110,7 @@ P2P广域网文件查找与下载支持
110110

111111
## 绿色声明
112112
此软件不会产生任何文件到你的系统的其他目录中.
113+
此软件不会修改你的任何系统配置.
113114
此软件可通过直接删除主目录而达到完全清理目的.
114115

115116
## 关注我们

XEngine_Docment/Docment_en.docx

-146 Bytes
Binary file not shown.

XEngine_Docment/Docment_zh.docx

-43 Bytes
Binary file not shown.

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"SQLPass": "123123Ruiyue"
3737
},
3838
"XStorage": {
39-
"nHashMode": 2,
4039
"nSendMode": 2,
40+
"nHashMode": 2,
4141
"bRename": 0,
4242
"tszFileDir": "/home/ubuntu/桌面/XEngine_Storage/XEngine_Source/Debug/XEngine_File"
4343
},
@@ -55,10 +55,9 @@
5555
}
5656
},
5757
"XLimit": {
58-
"nDLTry": 100,
59-
"nDLError": 10,
60-
"nMaxUPLoad": 1024000,
61-
"nMaxDNLoad": 10240000
58+
"nDLTry": 10,
59+
"nMaxUPLoad": 4096000,
60+
"nMaxDNLoad": 4096000
6261
},
6362
"XP2xp": {
6463
"nMode": 2,
@@ -82,4 +81,4 @@
8281
"1.0.0.1001 Build20210501"
8382
]
8483
}
85-
}
84+
}

0 commit comments

Comments
 (0)