Improved SERVER PERFORMANCE SETTINGS

More block send distance and more block generate distance
This commit is contained in:
Ombridride 2015-09-04 15:58:23 +02:00
parent a8a2eb9d36
commit d901e72fd7
1 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,10 @@ enable_minimap = true
### SERVER SETTINGS FOR IMPROVED PERFORMANCE ###
################################################
max_block_generate_distance = 4
max_block_send_distance = 6
max_simultaneous_block_sends_per_client = 24 # 6 for small performances
max_simultaneous_block_sends_server_total = 500 # 125 for small performances
max_block_generate_distance = 16 # 4 for better performances
max_block_send_distance = 8 # 6 for better performances
max_simultaneous_block_sends_per_client = 24 # 6 for better performances
max_simultaneous_block_sends_server_total = 500 # 125 for better performances
time_send_interval = 10
active_block_range = 1
server_map_save_interval = 300