diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index de3cf3243..50893c578 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -96,7 +96,7 @@ #client_unload_unused_data_timeout = 600 # Maximum number of mapblocks for client to be kept in memory # Set to -1 for unlimited amount -#client_mapblock_limit = 1000 +#client_mapblock_limit = 5000 # Whether to fog out the end of the visible area #enable_fog = true # Whether to show the client debug info (has the same effect as hitting F5) |