summaryrefslogtreecommitdiff
path: root/conf/common/socket.conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-07-26 23:50:02 +0200
committerGitHub <noreply@github.com>2020-07-26 23:50:02 +0200
commite90730312b92edc237088d601b1047ceff3402eb (patch)
tree3e0cfe76678f7d0f42e6ffbaff616dd5ac6c77c2 /conf/common/socket.conf
parentb91bd29b37c63c9818d5b28d1a3c4b9d7614d792 (diff)
parentb35f52c08cdfb8770caf53a02ea09d76a6f94eb2 (diff)
downloadhercules-e90730312b92edc237088d601b1047ceff3402eb.tar.gz
hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.bz2
hercules-e90730312b92edc237088d601b1047ceff3402eb.tar.xz
hercules-e90730312b92edc237088d601b1047ceff3402eb.zip
Merge pull request #2769 from Zopokx/stable
Correction of few typo errors (conf/)
Diffstat (limited to 'conf/common/socket.conf')
-rw-r--r--conf/common/socket.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/common/socket.conf b/conf/common/socket.conf
index fe171336a..9367b181a 100644
--- a/conf/common/socket.conf
+++ b/conf/common/socket.conf
@@ -34,13 +34,13 @@ socket_configuration: {
// Display debug reports (When something goes wrong during the report, the report is saved.)
debug: false
- // Linux/Epoll: Maxmimum Events per cycle
+ // Linux/Epoll: Maximum Events per cycle
// Default Value:
- // (Maxmimum Supported Connections)/2
+ // (Maximum Supported Connections)/2
// NOTE: this controls the maximum collected socket-events per-cycle (call to epoll_wait())
- // for example settings this to 32 will allow up to 32 events (incomming data/new connections
+ // for example settings this to 32 will allow up to 32 events (incoming data/new connections
// per server-cycle.
- // NOTE: Recommended Settings is at least half the maxmimum supported connections
+ // NOTE: Recommended Settings is at least half the maximum supported connections
// Settings this to a lower value, may cause lags/delays
// Depending on available CPU Time
// NOTE: This Setting is only available on Linux when build using EPoll as event dispatcher!