increase quarry cache

This commit is contained in:
Thomas Rudin 2020-01-22 17:54:48 +01:00
parent 2900b58067
commit 4abf631de5
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ local cache_timer = 0
local can_dig_cache = {} -- hash -> bool
minetest.register_globalstep(function(dtime)
cache_timer = cache_timer + dtime
if cache_timer < 10 then return end
if cache_timer < 30 then return end
cache_timer=0
-- clear cache