Skip to content

Commit bd5922d

Browse files
committed
Fix comma location
1 parent eb1bb15 commit bd5922d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebase_functions/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class RuntimeOptions:
126126
The minimum timeout for a gen 2 function is 1s. The maximum timeout for a
127127
function depends on the type of function: Event handling functions have a
128128
maximum timeout of 540s (9 minutes). HTTPS and callable functions have a
129-
maximum timeout of 36,00s (1 hour). Task queue functions have a maximum
129+
maximum timeout of 3,600s (1 hour). Task queue functions have a maximum
130130
timeout of 1,800s (30 minutes)
131131
"""
132132

0 commit comments

Comments
 (0)