fix(machines): reduce HTTP fallback delay on admin machine details to 300ms to bypass Convex client loading edge cases; Convex already returns full data for machine id
This commit is contained in:
parent
7a7154775c
commit
ee1f19f7f2
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ export function AdminMachineDetailsClient({ tenantId, machineId }: { tenantId: s
|
|||
} catch {
|
||||
// ignore
|
||||
}
|
||||
}, 1200)
|
||||
}, 300)
|
||||
return () => {
|
||||
if (timer.current) clearTimeout(timer.current)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue