8a28a0bcea
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>
2 lines
49 B
TypeScript
2 lines
49 B
TypeScript
export const generatorTaskPollIntervalMs = 5000;
|