Skip to content

Commit d82eb46

Browse files
committed
Modify:Configure file add field
1 parent d485a84 commit d82eb46

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tszIPAddr": "192.168.1.7",
2+
"tszIPAddr": "192.168.1.9",
33
"bDeamon": 0,
44
"nCenterPort": 5100,
55
"nStorageDLPort": 5101,
@@ -38,7 +38,7 @@
3838
"XStorage": {
3939
"nHashMode": 2,
4040
"bRename": 0,
41-
"tszFileDir": "./XEngine_File"
41+
"tszFileDir": "/home/ubuntu/桌面/XEngine_Storage/XEngine_Source/Debug/XEngine_File"
4242
},
4343
"XProxy": {
4444
"XProxyAuth": {
@@ -54,18 +54,21 @@
5454
}
5555
},
5656
"XLimit": {
57+
"nDLTry": 100,
58+
"nDLError": 10,
5759
"nMaxUPLoad": 0,
58-
"nMaxDNLoad": 1024000
60+
"nMaxDNLoad": 10240000
5961
},
6062
"XP2xp": {
61-
"nMode": 0,
63+
"nMode": 2,
6264
"nTime": 2,
6365
"nSDPort": 15000,
6466
"nRVPort": 15001,
6567
"tszQQWryFile": "./XEngine_SQL/qqwry.dat"
6668
},
6769
"XVer": {
6870
"StorageVersion": [
71+
"2.2.0.1001 Build20210820",
6972
"2.1.0.1001 Build20210805",
7073
"2.0.0.1001 Build20210723",
7174
"1.5.0.1001 Build20210716",
@@ -76,4 +79,4 @@
7679
"1.0.0.1001 Build20210501"
7780
]
7881
}
79-
}
82+
}

0 commit comments

Comments
 (0)