SonsOfHorror/client/config/chunksending.json

10 lines
301 B
JSON
Raw Normal View History

2024-08-18 12:03:55 -07:00
{
"maxChunksPerTick": {
"desc:": "Maximum amount of chunks sent per tick to a player, increases dynamically with size of the backlog",
"maxChunksPerTick": 5
},
"debugLogging": {
"desc:": "Enable debug logging to show the amount of chunks sent/queued",
"debugLogging": false
}
}