Improve conversation realtime refresh and heartbeat defaults

This commit is contained in:
kris
2026-04-07 14:17:30 +08:00
parent 233f61a649
commit f83ab50d6b
7 changed files with 82 additions and 10 deletions

View File

@@ -2181,7 +2181,7 @@ export function DeviceEnrollmentBuilder() {
{
bindHost: "127.0.0.1",
port: 4317,
heartbeatIntervalMs: 60000,
heartbeatIntervalMs: 15000,
controlPlaneUrl: "http://127.0.0.1:3000",
deviceId: result.device?.id,
pairingCode: result.enrollment.pairingCode,