fixed sanicfast CheckUpdateField progress bar

This commit is contained in:
Hersi 2022-05-04 03:29:29 +02:00
parent df5756ffcf
commit ff8322ca28
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ local ServiceField = require("titlescreen.components.servicefield")
---@field _timer number
local CheckUpdateField = {
__tostring = function() return "CheckUpdateField" end,
PROGRESS_FREQ = 1 / 5, -- 5Hz
PROGRESS_FREQ = 3, -- seconds
CHECK_UPDATE_TIMEOUT = 5, -- seconds
}