diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-27 14:35:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-27 14:35:38 -0300 |
commit | 87ba42ff15a022e1ab3f86daab7964b5855483cc (patch) | |
tree | d7a89e3a89fcf3a88472aae356a13efedfe6ee90 /conf | |
parent | 084f016fc1bc3d1cee8e1eb096ff2a22489f9bc8 (diff) | |
download | serverdata-87ba42ff15a022e1ab3f86daab7964b5855483cc.tar.gz serverdata-87ba42ff15a022e1ab3f86daab7964b5855483cc.tar.bz2 serverdata-87ba42ff15a022e1ab3f86daab7964b5855483cc.tar.xz serverdata-87ba42ff15a022e1ab3f86daab7964b5855483cc.zip |
Tentatively, increase epoll limit from 512 to 768.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/common/socket.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/common/socket.conf b/conf/common/socket.conf index 190f2c305..e5da42cae 100644 --- a/conf/common/socket.conf +++ b/conf/common/socket.conf @@ -46,6 +46,7 @@ socket_configuration: { // NOTE: This Setting is only available on Linux when build using EPoll as event dispatcher! // //epoll_maxevents: 1024 + epoll_maxevents: 768 // Maximum allowed size for clients packets in bytes. // Default Values: |