From a8e238ed06ee8285ed4459e9deda3117419837f6 Mon Sep 17 00:00:00 2001 From: est31 Date: Mon, 10 Aug 2015 22:24:47 +0200 Subject: Add count based unload limit for mapblocks --- minetest.conf.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'minetest.conf.example') 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) -- cgit v1.2.3