5 lines
164 B
TypeScript
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;
|