diff --git a/src/v2/options.ts b/src/v2/options.ts index a4cc00eef..881420bce 100644 --- a/src/v2/options.ts +++ b/src/v2/options.ts @@ -110,7 +110,7 @@ export interface GlobalOptions { memory?: MemoryOption | Expression | ResetValue; /** - * Timeout for the function in sections, possible values are 0 to 540. + * Timeout for the function in seconds, possible values are 0 to 540. * HTTPS functions can specify a higher timeout. * * @remarks diff --git a/src/v2/providers/alerts/alerts.ts b/src/v2/providers/alerts/alerts.ts index 0eb9176e3..9b6f7644a 100644 --- a/src/v2/providers/alerts/alerts.ts +++ b/src/v2/providers/alerts/alerts.ts @@ -103,7 +103,7 @@ export interface FirebaseAlertOptions extends options.EventHandlerOptions { memory?: options.MemoryOption | Expression | ResetValue; /** - * Timeout for the function in sections, possible values are 0 to 540. + * Timeout for the function in seconds, possible values are 0 to 540. * HTTPS functions can specify a higher timeout. * A value of null restores the default of 60s * The minimum timeout for a gen 2 function is 1s. The maximum timeout for a diff --git a/src/v2/providers/alerts/appDistribution.ts b/src/v2/providers/alerts/appDistribution.ts index 0d2c5ccd4..4bbda8e82 100644 --- a/src/v2/providers/alerts/appDistribution.ts +++ b/src/v2/providers/alerts/appDistribution.ts @@ -113,7 +113,7 @@ export interface AppDistributionOptions extends options.EventHandlerOptions { memory?: options.MemoryOption | Expression | ResetValue; /** - * Timeout for the function in sections, possible values are 0 to 540. + * Timeout for the function in seconds, possible values are 0 to 540. * HTTPS functions can specify a higher timeout. * * @remarks diff --git a/src/v2/providers/alerts/crashlytics.ts b/src/v2/providers/alerts/crashlytics.ts index 6fd255430..ee7b69cc2 100644 --- a/src/v2/providers/alerts/crashlytics.ts +++ b/src/v2/providers/alerts/crashlytics.ts @@ -193,7 +193,7 @@ export interface CrashlyticsOptions extends options.EventHandlerOptions { memory?: options.MemoryOption | Expression | ResetValue; /** - * Timeout for the function in sections, possible values are 0 to 540. + * Timeout for the function in seconds, possible values are 0 to 540. * HTTPS functions can specify a higher timeout. * * @remarks diff --git a/src/v2/providers/database.ts b/src/v2/providers/database.ts index 4ceb6ac97..c88b3b0fe 100644 --- a/src/v2/providers/database.ts +++ b/src/v2/providers/database.ts @@ -114,7 +114,7 @@ export interface ReferenceOptions extends options.E memory?: options.MemoryOption | Expression | ResetValue; /** - * Timeout for the function in sections, possible values are 0 to 540. + * Timeout for the function in seconds, possible values are 0 to 540. * HTTPS functions can specify a higher timeout. * * @remarks diff --git a/src/v2/providers/eventarc.ts b/src/v2/providers/eventarc.ts index e765eb268..ea5e2647f 100644 --- a/src/v2/providers/eventarc.ts +++ b/src/v2/providers/eventarc.ts @@ -78,7 +78,7 @@ export interface EventarcTriggerOptions extends options.EventHandlerOptions { memory?: options.MemoryOption | Expression | ResetValue; /** - * Timeout for the function in sections, possible values are 0 to 540. + * Timeout for the function in seconds, possible values are 0 to 540. * HTTPS functions can specify a higher timeout. * * @remarks diff --git a/src/v2/providers/https.ts b/src/v2/providers/https.ts index f45c19254..600a1105b 100644 --- a/src/v2/providers/https.ts +++ b/src/v2/providers/https.ts @@ -71,7 +71,7 @@ export interface HttpsOptions extends Omit { memory?: options.MemoryOption | Expression | ResetValue; /** - * Timeout for the function in sections, possible values are 0 to 540. + * Timeout for the function in seconds, possible values are 0 to 540. * HTTPS functions can specify a higher timeout. * * @remarks diff --git a/src/v2/providers/identity.ts b/src/v2/providers/identity.ts index 13cb1ee6e..5db3c3207 100644 --- a/src/v2/providers/identity.ts +++ b/src/v2/providers/identity.ts @@ -80,7 +80,7 @@ export interface BlockingOptions { memory?: options.MemoryOption | Expression | ResetValue; /** - * Timeout for the function in sections, possible values are 0 to 540. + * Timeout for the function in seconds, possible values are 0 to 540. * HTTPS functions can specify a higher timeout. * * @remarks diff --git a/src/v2/providers/pubsub.ts b/src/v2/providers/pubsub.ts index 98b966c45..f91a640af 100644 --- a/src/v2/providers/pubsub.ts +++ b/src/v2/providers/pubsub.ts @@ -171,7 +171,7 @@ export interface PubSubOptions extends options.EventHandlerOptions { memory?: options.MemoryOption | Expression | ResetValue; /** - * Timeout for the function in sections, possible values are 0 to 540. + * Timeout for the function in seconds, possible values are 0 to 540. * HTTPS functions can specify a higher timeout. * * @remarks diff --git a/src/v2/providers/storage.ts b/src/v2/providers/storage.ts index 7e38f1ee7..70b1ecebd 100644 --- a/src/v2/providers/storage.ts +++ b/src/v2/providers/storage.ts @@ -219,7 +219,7 @@ export interface StorageOptions extends options.EventHandlerOptions { memory?: options.MemoryOption | Expression | ResetValue; /** - * Timeout for the function in sections, possible values are 0 to 540. + * Timeout for the function in seconds, possible values are 0 to 540. * HTTPS functions can specify a higher timeout. * * @remarks diff --git a/src/v2/providers/tasks.ts b/src/v2/providers/tasks.ts index adb0b81a7..c6d446592 100644 --- a/src/v2/providers/tasks.ts +++ b/src/v2/providers/tasks.ts @@ -76,7 +76,7 @@ export interface TaskQueueOptions extends options.EventHandlerOptions { memory?: options.MemoryOption | Expression | ResetValue; /** - * Timeout for the function in sections, possible values are 0 to 540. + * Timeout for the function in seconds, possible values are 0 to 540. * HTTPS functions can specify a higher timeout. * * @remarks