diff --git a/src/v2/providers/alerts/alerts.ts b/src/v2/providers/alerts/alerts.ts index 7355e81a9..e3b51c549 100644 --- a/src/v2/providers/alerts/alerts.ts +++ b/src/v2/providers/alerts/alerts.ts @@ -110,7 +110,7 @@ export interface FirebaseAlertOptions extends options.EventHandlerOptions { * 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; diff --git a/src/v2/providers/alerts/appDistribution.ts b/src/v2/providers/alerts/appDistribution.ts index d4ebdfe2e..6aa54e733 100644 --- a/src/v2/providers/alerts/appDistribution.ts +++ b/src/v2/providers/alerts/appDistribution.ts @@ -121,7 +121,7 @@ export interface AppDistributionOptions extends options.EventHandlerOptions { * 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; diff --git a/src/v2/providers/alerts/crashlytics.ts b/src/v2/providers/alerts/crashlytics.ts index 07aa7d892..9fd2b26bb 100644 --- a/src/v2/providers/alerts/crashlytics.ts +++ b/src/v2/providers/alerts/crashlytics.ts @@ -201,7 +201,7 @@ export interface CrashlyticsOptions extends options.EventHandlerOptions { * 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; diff --git a/src/v2/providers/eventarc.ts b/src/v2/providers/eventarc.ts index 34981f18a..48f5974be 100644 --- a/src/v2/providers/eventarc.ts +++ b/src/v2/providers/eventarc.ts @@ -86,7 +86,7 @@ export interface EventarcTriggerOptions extends options.EventHandlerOptions { * 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; diff --git a/src/v2/providers/https.ts b/src/v2/providers/https.ts index e59ce9704..1da0d1f77 100644 --- a/src/v2/providers/https.ts +++ b/src/v2/providers/https.ts @@ -86,7 +86,7 @@ export interface HttpsOptions extends Omit | ResetValue; diff --git a/src/v2/providers/identity.ts b/src/v2/providers/identity.ts index e5b276516..b9e8737df 100644 --- a/src/v2/providers/identity.ts +++ b/src/v2/providers/identity.ts @@ -92,7 +92,7 @@ export interface BlockingOptions { * 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; diff --git a/src/v2/providers/pubsub.ts b/src/v2/providers/pubsub.ts index 67a1b7126..5ae982185 100644 --- a/src/v2/providers/pubsub.ts +++ b/src/v2/providers/pubsub.ts @@ -179,7 +179,7 @@ export interface PubSubOptions extends options.EventHandlerOptions { * 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; diff --git a/src/v2/providers/storage.ts b/src/v2/providers/storage.ts index 2a2583d53..e05187eb1 100644 --- a/src/v2/providers/storage.ts +++ b/src/v2/providers/storage.ts @@ -227,7 +227,7 @@ export interface StorageOptions extends options.EventHandlerOptions { * 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; diff --git a/src/v2/providers/tasks.ts b/src/v2/providers/tasks.ts index 15d850507..4b2f7e323 100644 --- a/src/v2/providers/tasks.ts +++ b/src/v2/providers/tasks.ts @@ -84,7 +84,7 @@ export interface TaskQueueOptions extends options.EventHandlerOptions { * 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;