Low:
These are designed for a Pentium 4 machine (slow) with 1GB of RAM (enough) and an ADSL connection (very slow). Consider carefully before pasting these into your config.
I used these settings on the c55.me server, until I shut it down when I got fed up with griefing:
Code: Select all
max_block_send_distance = 6
max_simultaneous_block_sends_per_client = 1
max_simultaneous_block_sends_server_total = 20
active_block_range = 1
server_map_save_interval = 15.3
These are the settings you're most likely going to want for e.g. a VPS.
If you have a high-end VPS or dedicated server, this section is not for you.
Code: Select all
max_block_send_distance = 8
max_simultaneous_block_sends_per_client = 5
active_block_range = 2
server_map_save_interval = 10.3
Keeping the default settings is fine for singleplayer or hosting on decent machines.
Tuning:
This setting is the most obvious one. Increase if you want to give your players a wider view of the world from standstill, decrease if that causes too much bandwidth usage.
Code: Select all
max_block_send_distance = 9
Code: Select all
active_block_range = 3
Code: Select all
max_simultaneous_block_sends_server_total = 10000
Code: Select all
max_simultaneous_block_sends_per_client = 10
Code: Select all
sqlite_synchronous = 0