Skip to content

Commit 38e148c

Browse files
tanabeetaeold
andauthored
Fix typo (#1503)
Co-authored-by: Daniel Lee <danielylee@google.com>
1 parent 1e4bc7d commit 38e148c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export interface GlobalOptions {
135135
* The minimum timeout for a 2nd gen function is 1s. The maximum timeout for a
136136
* function depends on the type of function: Event handling functions have a
137137
* 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
138+
* maximum timeout of 3,600s (1 hour). Task queue functions have a maximum
139139
* timeout of 1,800s (30 minutes).
140140
*/
141141
timeoutSeconds?: number | Expression<number> | ResetValue;

0 commit comments

Comments
 (0)