diff options
Diffstat (limited to 'script/progress.lua')
-rw-r--r-- | script/progress.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |