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;