Changeset 19 for trunk/src/trinitycore/trinitycore.conf.dist
- Timestamp:
- 11/19/08 13:23:44 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/trinitycore/trinitycore.conf.dist
r9 r19 134 134 # List of ids with delimiter ',' 135 135 # 136 # DetectPosCollision137 # Check final move position, summon position, etc for visible collision with other objects or138 # wall (wall only if vmaps are enabled)139 # Default: 1 (enable, required more CPU power usage)140 # 0 (disable, less nice position selection but will less CPU power usage)141 136 # 142 137 # TargetPosRecalculateRange … … 180 175 vmap.ignoreMapIds = "369" 181 176 vmap.ignoreSpellIds = "7720" 182 DetectPosCollision = 1183 177 TargetPosRecalculateRange = 1.5 184 178 UpdateUptimeInterval = 10 … … 1054 1048 1055 1049 BattleGround.PrematureFinishTimer = 0 1050 1051 ################################################################################################################### 1052 # 1053 # Network config 1054 # 1055 # Threads: number of threads for network ,recommend 1 thread per 1000 players. 1056 # Default: 1 1057 # 1058 # OutKBuff: the output kernel buffer used ( SO_SNDBUF socket option ) , -1 means use system default. Refer to tcp manual for explanation. 1059 # Default: -1 1060 # 1061 # OutUBuff: userspace buffer for output 1062 # Default: 65536 1063 # 1064 # TcpNodelay: enable ( 1 ) , disable ( 0 ) ,TCP_NODELAY socket option. Refer to tcp manual for explanation. 1065 # Default: 1 1066 # 1067 # 1068 # 1069 ################################################################################################################### 1070 1071 Network.Threads = 1 1072 Network.OutKBuff = -1 1073 Network.OutUBuff = 65536 1074 Network.TcpNodelay = 1 1075 1076