mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Uncomment MTU in config
It doesn't change anything if uncommented and just serves to confuse people.
This commit is contained in:
parent
95ba2a10ad
commit
52ad5c37ee
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ enable-proxy-connections: false
|
|||
|
||||
# The internet supports a maximum MTU of 1492 but could cause issues with packet fragmentation.
|
||||
# 1400 is the default.
|
||||
# mtu: 1400
|
||||
mtu: 1400
|
||||
|
||||
# Whether to connect directly into the Java server without creating a TCP connection.
|
||||
# This should only be disabled if a plugin that interfaces with packets or the network does not work correctly with Geyser.
|
||||
|
|
Loading…
Reference in a new issue