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>
This commit is contained in:
2026-07-09 02:20:33 +08:00
parent a5a35648d7
commit 8a28a0bcea
@@ -1 +1 @@
export const generatorTaskPollIntervalMs = 3000;
export const generatorTaskPollIntervalMs = 5000;