diff --git a/packages/core/src/autoscaling/snapshotter.ts b/packages/core/src/autoscaling/snapshotter.ts index 213b5bb33050..edf502913d5d 100644 --- a/packages/core/src/autoscaling/snapshotter.ts +++ b/packages/core/src/autoscaling/snapshotter.ts @@ -48,14 +48,14 @@ export interface SnapshotterOptions { /** * Defines the maximum number of new rate limit errors within * the given interval. - * @default 1 + * @default 3 */ maxClientErrors?: number; /** * Sets the interval in seconds for which a history of resource snapshots * will be kept. Increasing this to very high numbers will affect performance. - * @default 60 + * @default 30 */ snapshotHistorySecs?: number;