perf: auth ukey config interval time 5s

This commit is contained in:
Bai
2026-06-04 15:06:14 +08:00
parent c38d661329
commit b65f67862c
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ config:
RSA-1024: 4
RSA-2048: 4
default: 1
poll_interval: 30000 # 轮询检测设备的时间间隔,单位毫秒
poll_interval: 5000 # 轮询检测设备的时间间隔,单位毫秒
#═══════════════════════════════════════════════════════════════════════════════
# sdk: SDK 脚本加载、实例创建、初始化步骤

View File

@@ -37,7 +37,7 @@ config:
RSA-1024: 1 # SHA256
RSA-2048: 1 # SHA256
default: 0
poll_interval: 3000
poll_interval: 5000
#═══════════════════════════════════════════════════════════════════════════════