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 abb951d commit 92898f2Copy full SHA for 92898f2
src/v2/providers/database.ts
@@ -121,7 +121,7 @@ export interface ReferenceOptions<Ref extends string = string> extends options.E
121
* The minimum timeout for a gen 2 function is 1s. The maximum timeout for a
122
* function depends on the type of function: Event handling functions have a
123
* maximum timeout of 540s (9 minutes). HTTPS and callable functions have a
124
- * 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
125
* timeout of 1,800s (30 minutes)
126
*/
127
timeoutSeconds?: number | Expression<number> | ResetValue;
0 commit comments