fixed sanicfast CheckUpdateField progress bar
This commit is contained in:
parent
df5756ffcf
commit
ff8322ca28
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue