We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e4bc7d commit 38e148cCopy full SHA for 38e148c
src/v2/options.ts
@@ -135,7 +135,7 @@ export interface GlobalOptions {
135
* The minimum timeout for a 2nd gen function is 1s. The maximum timeout for a
136
* function depends on the type of function: Event handling functions have a
137
* maximum timeout of 540s (9 minutes). HTTPS and callable functions have a
138
- * maximum timeout of 36,00s (1 hour). Task queue functions have a maximum
+ * maximum timeout of 3,600s (1 hour). Task queue functions have a maximum
139
* timeout of 1,800s (30 minutes).
140
*/
141
timeoutSeconds?: number | Expression<number> | ResetValue;
0 commit comments