perf stuff

This commit is contained in:
Thomas Rudin
2019-04-10 09:42:02 +02:00
parent 0886117328
commit ddf78dbc57
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ minetest.register_globalstep(function(dtime)
quota_map = {}
-- this many blocks per second
local init_quota = minetest.settings:get("technic.quarry.quota") or 10
local init_quota = minetest.settings:get("technic.quarry.quota") or 5
local players = minetest.get_connected_players()
for i, player in pairs(players) do