Uncomment MTU in config

It doesn't change anything if uncommented and just serves to confuse people.
This commit is contained in:
Camotoy 2021-09-08 13:46:46 -04:00
parent 95ba2a10ad
commit 52ad5c37ee
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 1 additions and 1 deletions

View File

@ -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.