diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index f4b905700..de3cf3243 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -94,6 +94,9 @@ #random_input = false # Timeout for client to remove unused map data from memory #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 # 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) |