summaryrefslogtreecommitdiff
path: root/conf/common
diff options
context:
space:
mode:
authorSirius <zopokx@gmail.com>2020-06-07 22:32:40 +0200
committerSirius <zopokx@gmail.com>2020-06-07 22:32:40 +0200
commit0ab6331cfcc2bf404ed5a20792d91417cec0ce7a (patch)
tree14c8581d82e2b2a5981d97c6e14e51da2971ce99 /conf/common
parentf6b6ecc723608d84d462448c215232beb985616a (diff)
downloadhercules-0ab6331cfcc2bf404ed5a20792d91417cec0ce7a.tar.gz
hercules-0ab6331cfcc2bf404ed5a20792d91417cec0ce7a.tar.bz2
hercules-0ab6331cfcc2bf404ed5a20792d91417cec0ce7a.tar.xz
hercules-0ab6331cfcc2bf404ed5a20792d91417cec0ce7a.zip
Typo errors (in all conf/)
Diffstat (limited to 'conf/common')
-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!