Skip to content

Commit a68973e

Browse files
committed
update:configure file
1 parent 5d531c5 commit a68973e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

XEngine_Release/XEngine_Config/XEngine_Config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"nTimeCheck":3,
2323
"nTCPTimeOut":5,
2424
"nHttpTimeOut":5,
25-
"nWSTimeOut":5
25+
"nWSTimeOut":5,
26+
"nSessionTime":60
2627
},
2728
"XLog":{
2829
"MaxSize":1024000,
@@ -36,7 +37,7 @@
3637
"SQLPass":"123123Ruiyue"
3738
},
3839
"XVer":[
39-
"3.1.0.1001 Build20220402",
40+
"3.1.0.1001 Build20220408",
4041
"3.0.0.1001 Build20220318",
4142
"2.1.0.1001 Build20211119",
4243
"2.0.0.1001 Build20210930",

XEngine_Source/MQCore_SessionModule/pch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <string.h>
1717
#include <memory>
1818
#include <string>
19+
#include <thread>
1920
#include <list>
2021
#include <shared_mutex>
2122
#include <unordered_map>

0 commit comments

Comments
 (0)