summaryrefslogtreecommitdiff
path: root/conf/common/socket.conf
diff options
context:
space:
mode:
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!