From 54a23672cc82d42a86932cf3245388c98c0c1bcc Mon Sep 17 00:00:00 2001 From: sumneko Date: Sat, 12 Feb 2022 01:48:22 +0800 Subject: fix --- script/progress.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/progress.lua') diff --git a/script/progress.lua b/script/progress.lua index 3165820d..5388ef6e 100644 --- a/script/progress.lua +++ b/script/progress.lua @@ -112,7 +112,7 @@ function mt:_update() self:remove() return end - if time.time() - self._updated < 0.05 then + if time.time() - self._updated < 50 then return end self._dirty = false -- cgit v1.2.3