Files
openmaic/OpenMAIC/app/generation-preview/foreground-retry.ts
2026-08-16 14:58:47 +08:00

5 lines
164 B
TypeScript

/** Keep the first visible scene responsive when an upstream provider is unhealthy. */
export const FOREGROUND_SCENE_RETRY_OPTIONS = {
maxRetries: 2,
} as const;