处理权限逻辑
This commit is contained in:
parent
f7c70d0245
commit
3fa567762b
@ -358,8 +358,8 @@ extension SDLContextActor {
|
|||||||
|
|
||||||
let updatePolicyWorker = PeriodicWorker(
|
let updatePolicyWorker = PeriodicWorker(
|
||||||
configuration: .init(
|
configuration: .init(
|
||||||
interval: .seconds(300),
|
interval: .seconds(120),
|
||||||
runImmediately: false,
|
runImmediately: true,
|
||||||
mode: .fixedDelay,
|
mode: .fixedDelay,
|
||||||
errorPolicy: .keepRunning(delay: .seconds(5))
|
errorPolicy: .keepRunning(delay: .seconds(5))
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user