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:
@@ -1 +1 @@
|
||||
export const generatorTaskPollIntervalMs = 3000;
|
||||
export const generatorTaskPollIntervalMs = 5000;
|
||||
|
||||
Reference in New Issue
Block a user