Skip to content

Commit 09120b6

Browse files
authored
Redactions (#886)
1 parent 29a55af commit 09120b6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
- Functions may now be deployed with 8GB RAM
22
- Functions may now be deployed to europe-central2 (Warsaw)
3-
- Functions may now reserve a minimum number of instances (updated CLI required)

src/function-configuration.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ export interface RuntimeOptions {
112112
/**
113113
* Min number of actual instances allowed to be running in parallel
114114
* Instances will be billed while idle.
115+
* @hidden
115116
*/
116117
minInstances?: number;
117118

0 commit comments

Comments
 (0)