maxSyncOnLoadRequestDistance what does it do? in what unit? chunks? blocks?
what does maxSyncOnLoadRequestDistance do in the configuration file?
11 Replies
I think it's this, not 100% sure: When you rejoin, the server will send you updates from chunks within that render distance. So if another player builds a house in the distance, you will see it too even though you've never been there
@пшш can we change this config to include the units, or would that cause problems?
IE
maxSyncOnLoadRequestDistanceInChunks
?isn't the unit mentioned in the comment already?
Probably, although it's best to also have the units listed in the config name itself for people who don't read through the whole comment.
nope, it's not mentioned...
I'd keep the unit out of the entry name because it's already pretty long, and with units it'll probably appear bloated
I'd rather have a bloated, easily understandable name vs a short less obvious name.
You could also remove the word
Request
If you wanted it slightly shorter
IE: maxSyncOnLoadDistanceInChunks
still not a fan of doing that vs making a tiny change in comments which are meant to be read unlike entry names
Enough people already ask if DH's render distance is in blocks or chunks when the config name and config comment both say it is in chunks.
The more places we can write what the units for a given option are the better.
Beyond that it makes the code easier to understand since the units would be in the variable name.
wait is it in chunks?
4000 seems a bit high for chunks
also got this crash on a nightly from yesterday
64000 blocks is indeed quite a lot
DH having a render distance in blocks wouldn't make sense lol