Skip to content

Commit 92898f2

Browse files
authored
Fix comma location (#1352)
1 parent abb951d commit 92898f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/providers/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export interface ReferenceOptions<Ref extends string = string> extends options.E
121121
* The minimum timeout for a gen 2 function is 1s. The maximum timeout for a
122122
* function depends on the type of function: Event handling functions have a
123123
* 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
124+
* maximum timeout of 3,600s (1 hour). Task queue functions have a maximum
125125
* timeout of 1,800s (30 minutes)
126126
*/
127127
timeoutSeconds?: number | Expression<number> | ResetValue;

0 commit comments

Comments
 (0)