mirror of
https://github.com/kaboomserver/server.git
synced 2025-04-22 17:33:39 -04:00
feat: allow up to 5 joins per tick
This should make it easier for players to get in at server start. Generally 8 bots try to join at the same time, making the login process take a long time.
This commit is contained in:
parent
3e6cbaa0bd
commit
bae8f4a8e6
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ misc:
|
|||
fix-entity-position-desync: true
|
||||
lag-compensate-block-breaking: true
|
||||
load-permissions-yml-before-plugins: true
|
||||
max-joins-per-tick: 3
|
||||
max-joins-per-tick: 5
|
||||
region-file-cache-size: 256
|
||||
strict-advancement-dimension-check: false
|
||||
use-alternative-luck-formula: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue