Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/core/src/autoscaling/snapshotter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Loading