mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
加大tpc会话限制数量
This commit is contained in:
parent
b646355545
commit
a7f438d84f
@ -17,7 +17,7 @@ namespace Config {
|
|||||||
void loaIniConfig();
|
void loaIniConfig();
|
||||||
////////////TCP最大连接数///////////
|
////////////TCP最大连接数///////////
|
||||||
#ifdef __x86_64__
|
#ifdef __x86_64__
|
||||||
#define MAX_TCP_SESSION 512
|
#define MAX_TCP_SESSION 100000
|
||||||
#else
|
#else
|
||||||
#define MAX_TCP_SESSION 128
|
#define MAX_TCP_SESSION 128
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user