Skip to content

Commit

Permalink
docs: fix default value of maxUsedMemoryRatio
Browse files Browse the repository at this point in the history
Closes #2736
  • Loading branch information
B4nan committed Nov 4, 2024
1 parent 73625b4 commit bab3b71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/src/autoscaling/snapshotter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface SnapshotterOptions {
/**
* Defines the maximum ratio of total memory that can be used.
* Exceeding this limit overloads the memory.
* @default 0.7
* @default 0.9
*/
maxUsedMemoryRatio?: number;

Expand Down
4 changes: 2 additions & 2 deletions website/versioned_docs/version-3.11/api-typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -184354,7 +184354,7 @@
"content": [
{
"kind": "code",
"text": "```ts\n0.7\n```"
"text": "0.9"
}
]
}
Expand Down Expand Up @@ -350513,4 +350513,4 @@
"qualifiedName": "BrowserLikeResponse.headers"
}
}
}
}
4 changes: 2 additions & 2 deletions website/versioned_docs/version-3.12/api-typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -195235,7 +195235,7 @@
"content": [
{
"kind": "code",
"text": "```ts\n0.7\n```"
"text": "0.9"
}
]
}
Expand Down Expand Up @@ -370231,4 +370231,4 @@
"qualifiedName": "BrowserLikeResponse.headers"
}
}
}
}

0 comments on commit bab3b71

Please sign in to comment.