Changeset 51 for trunk/src/trinitycore
- Timestamp:
- 11/19/08 13:29:20 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/trinitycore/trinitycore.conf.dist
r44 r51 93 93 # 9 (best compression) 94 94 # 95 # TcpNoDelay96 # TCP Nagle algorithm setting97 # Default: 0 (enable Nagle algorithm, less traffic, more latency)98 # 1 (TCP_NO_DELAY, disable Nagle algorithm, more traffic but less latency)99 #100 95 # PlayerLimit 101 96 # Maximum number of players in the world. Excluding Mods, GM's and Admins … … 183 178 ProcessPriority = 1 184 179 Compression = 1 185 TcpNoDelay = 0186 180 PlayerLimit = 100 187 181 SaveRespawnTimeImmediately = 1