Merge pull request #1 from Pantera07/patch-1

Neighbor update lag machines
This commit is contained in:
2023-05-15 17:09:40 +02:00
committed by GitHub
+9
View File
@@ -91,6 +91,15 @@ settings:
max-joins-per-second: true max-joins-per-second: true
``` ```
### Neighbor update lag machines
Limiting the amount of consecutive neighbor updates before skipping additional ones. Moderately reducing this value has no game impact and helps alleviate various 'neighbor update lag machines'.
`server.properties`
```properties
max-chained-neighbor-updates=10000
```
### Projectile suspension ### Projectile suspension
Projectiles can be suspended in bubble columns indefinitely. They can also be transported into unloaded chunks in mass. Projectiles can be suspended in bubble columns indefinitely. They can also be transported into unloaded chunks in mass.