ServerBlockTicking: Difference between revisions

From Vintage Story Wiki
No edit summary
Line 36: Line 36:
== Configuration ==
== Configuration ==
You can change the rate at which the server ticks by editing values in the serverconfig.json file.  
You can change the rate at which the server ticks by editing values in the serverconfig.json file.  
RandomTickDistance - How many chunks around the player to tick. Default=3
 
RandomTickSamples - The number of blocks to tick each loop. Default=16
{| class="wikitable sortable"
RandomTickInterval - How often the tick loop runs. Default=50
|-
MaxRandomTicks - Max queued ticks to process each loop. You shouldn't ever need to touch this. Default=10000
! Property
! Controls
! Default
|-
| RandomTickDistance
| How many chunks around the player to tick
| 3
|-
| RandomTickSamples
| The number of blocks to tick each loop
| 16
|-
| RandomTickInterval
| How often the tick loop runs in milliseconds
| 50
|-
| MaxRandomTicks
| Max queued ticks to process each loop. You shouldn't ever need to touch this
| 10000
|}
256

edits