Add 'parallelrendercnt' - multi-core fullrender support (experimental)

This commit is contained in:
Mike Primm 2011-08-17 23:14:05 -05:00
parent 7fd2d5bf10
commit fd2085b511
2 changed files with 136 additions and 62 deletions

View file

@ -158,6 +158,11 @@ timesliceinterval: 0.0
# Maximum chunk loads per server tick (1/20th of a second) - reducing this below 90 will impact render performance, but also will reduce server thread load
maxchunkspertick: 200
# EXPERIMENTAL - parallel fullrender: if defined, number of concurrent threads used for fullrender or radiusrender
# Note: setting this will result in much more intensive CPU use, some additional memory use. Caution should be used when
# setting this to equal or exceed the number of physical cores on the system.
#parallelrendercnt: 4
# Interval the browser should poll for updates.
updaterate: 2000