Skip to content

Commit 15bf0da

Browse files
authoredMar 20, 2020
Update CHANGELOG (#639)
1 parent df543dc commit 15bf0da

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎CHANGELOG.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
- Adds support for defining max number of instances for a function. Example:
22

3-
```
4-
functions.runWith({
5-
maxInstances: 10
6-
}).https.onRequest(...);
7-
```
3+
```
4+
functions.runWith({
5+
maxInstances: 10
6+
}).https.onRequest(...);
7+
```
88

9-
Learn more about max instances in the [Google Cloud documentation.](https://cloud.google.com/functions/docs/max-instances)
9+
Learn more about max instances in the [Google Cloud documentation.](https://cloud.google.com/functions/docs/max-instances)
1010

1111
- Fixes TypeScript build error when `package-lock.json` is present by updating dependencies (Issue #637).

0 commit comments

Comments
 (0)
Please sign in to comment.