1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-27 15:00:35 +02:00

Improve general server performance

- set active_block_range to 1
  - set remove_far_mobs to false
This commit is contained in:
sys4-fr 2017-12-08 23:01:04 +01:00
parent b732dbe4b5
commit 51f55fdaed

View File

@ -40,7 +40,7 @@ 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 = 2
active_block_range = 1
server_map_save_interval = 60
sqlite_synchronous = 0
@ -126,7 +126,7 @@ areas.self_protection = true
areas.self_protection_max_size = {x=128, y=128, z=128}
areas.self_protection_max_areas = 30
# MOBS
remove_far_mobs = true
remove_far_mobs = false
# MOBS custom spawn chance and number
mobs_animal:bee = 9000,2
mobs_animal:bunny = 15000,2