Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Elkien3 committed Dec 16, 2022
1 parent 4d372f8 commit b1ee4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/antilag/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ minetest.register_globalstep(function(lag)
times = times + 1
if times >= min_times then
minetest.request_shutdown("Server shutting down due to high latency (lag).")
elseif lag > 10 then
elseif lag > 60 then
minetest.request_shutdown("Server shutting down due to high latency (lag).")
end
end
Expand Down

0 comments on commit b1ee4ce

Please sign in to comment.