Files
moteva/frontend/src/ui/pages/CanvasWorkspace/canvas/generatorTaskPolling.ts
T
root 8a28a0bcea perf(canvas): slow generator task poll interval to 5s
Reduce polling pressure on the generator task status endpoint by raising
the client poll interval from 3s to 5s.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-09 02:20:33 +08:00

2 lines
49 B
TypeScript

export const generatorTaskPollIntervalMs = 5000;