From 4c6c5b9d13f98b5c5128fcd79cf01b58c0767d2f Mon Sep 17 00:00:00 2001 From: Alexander Nohe Date: Wed, 22 Feb 2023 19:28:13 +0000 Subject: [PATCH] Fix comma location --- src/v2/providers/database.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/providers/database.ts b/src/v2/providers/database.ts index 884c692fa..535cfe97c 100644 --- a/src/v2/providers/database.ts +++ b/src/v2/providers/database.ts @@ -121,7 +121,7 @@ export interface ReferenceOptions extends options.E * The minimum timeout for a gen 2 function is 1s. The maximum timeout for a * function depends on the type of function: Event handling functions have a * maximum timeout of 540s (9 minutes). HTTPS and callable functions have a - * 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 * timeout of 1,800s (30 minutes) */ timeoutSeconds?: number | Expression | ResetValue;