mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-02-23 22:50:21 +01:00
Improved SERVER PERFORMANCE SETTINGS
More block send distance and more block generate distance
This commit is contained in:
parent
a8a2eb9d36
commit
d901e72fd7
@ -28,10 +28,10 @@ enable_minimap = true
|
|||||||
|
|
||||||
### SERVER SETTINGS FOR IMPROVED PERFORMANCE ###
|
### SERVER SETTINGS FOR IMPROVED PERFORMANCE ###
|
||||||
################################################
|
################################################
|
||||||
max_block_generate_distance = 4
|
max_block_generate_distance = 16 # 4 for better performances
|
||||||
max_block_send_distance = 6
|
max_block_send_distance = 8 # 6 for better performances
|
||||||
max_simultaneous_block_sends_per_client = 24 # 6 for small performances
|
max_simultaneous_block_sends_per_client = 24 # 6 for better performances
|
||||||
max_simultaneous_block_sends_server_total = 500 # 125 for small performances
|
max_simultaneous_block_sends_server_total = 500 # 125 for better performances
|
||||||
time_send_interval = 10
|
time_send_interval = 10
|
||||||
active_block_range = 1
|
active_block_range = 1
|
||||||
server_map_save_interval = 300
|
server_map_save_interval = 300
|
||||||
|
Loading…
x
Reference in New Issue
Block a user