mirror of
https://github.com/Merith-TK/docker-vintagestory
synced 2025-01-18 22:30:27 +00:00
25 lines
1 KiB
JSON
25 lines
1 KiB
JSON
|
{
|
||
|
"Comment": "You can use this config to increase/lower the cpu and network load of the server. A Warning though: Changing these numbers might make your server run unstable or slow. Use at your own risk! Until there is an official documentation, feel free to ask in the forums what the numbers do.",
|
||
|
"DefaultEntityTrackingRange": 4,
|
||
|
"RequestChunkColumnsQueueSize": 2000,
|
||
|
"ReadyChunksQueueSize": 200,
|
||
|
"ChunksColumnsToRequestPerTick": 4,
|
||
|
"ChunksToSendPerTick": 192,
|
||
|
"ChunkRequestTickTime": 20,
|
||
|
"ChunkColumnsToGeneratePerThreadTick": 15,
|
||
|
"ServerAutoSave": 300,
|
||
|
"SpawnChunksWidth": 7,
|
||
|
"TrackedEntitiesPerClient": 3000,
|
||
|
"CalendarPacketSecondInterval": 60,
|
||
|
"ChunkUnloadInterval": 4000,
|
||
|
"UncompressedChunkTTL": 15000,
|
||
|
"CompressedChunkTTL": 45000,
|
||
|
"PlayerDesyncTolerance": 0.02,
|
||
|
"PlayerDesyncMaxIntervalls": 20.0,
|
||
|
"ChunkThreadTickTime": 5,
|
||
|
"AntiAbuseMaxWalkBlocksPer200ms": 3,
|
||
|
"AntiAbuseMaxFlySuspicions": 3,
|
||
|
"AntiAbuseMaxTeleSuspicions": 8,
|
||
|
"MaxPhysicsThreads": 4,
|
||
|
"ServerMagicNumVersion": "1.3"
|
||
|
}
|