Specify requirement for delay-chunk-unloads-by to be set for preloading

This commit is contained in:
dordsor21 2021-09-10 15:52:46 +01:00
parent 91919d31b0
commit 0e72fa5058
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -321,7 +321,7 @@ public class Settings extends Config {
" - Higher values use more memory and isn't noticeably faster", " - Higher values use more memory and isn't noticeably faster",
" - A good (relatively) safe way to set this is", " - A good (relatively) safe way to set this is",
" - Use 32 x GB of RAM / number of players expected to be using WE at the same time", " - Use 32 x GB of RAM / number of players expected to be using WE at the same time",
" - Paper and derivatives only." " - Paper and derivatives only. (requires delay-chunk-unloads-by to be set)."
}) })
// Renamed from PRELOAD_CHUNK because it was set to 100000... something that lots of servers will now have which is // Renamed from PRELOAD_CHUNK because it was set to 100000... something that lots of servers will now have which is
// wayyy too much... // wayyy too much...