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 5d531c5 commit a68973eCopy full SHA for a68973e
XEngine_Release/XEngine_Config/XEngine_Config.json
@@ -22,7 +22,8 @@
22
"nTimeCheck":3,
23
"nTCPTimeOut":5,
24
"nHttpTimeOut":5,
25
- "nWSTimeOut":5
+ "nWSTimeOut":5,
26
+ "nSessionTime":60
27
},
28
"XLog":{
29
"MaxSize":1024000,
@@ -36,7 +37,7 @@
36
37
"SQLPass":"123123Ruiyue"
38
39
"XVer":[
- "3.1.0.1001 Build20220402",
40
+ "3.1.0.1001 Build20220408",
41
"3.0.0.1001 Build20220318",
42
"2.1.0.1001 Build20211119",
43
"2.0.0.1001 Build20210930",
XEngine_Source/MQCore_SessionModule/pch.h
@@ -16,6 +16,7 @@
16
#include <string.h>
17
#include <memory>
18
#include <string>
19
+#include <thread>
20
#include <list>
21
#include <shared_mutex>
#include <unordered_map>
0 commit comments