diff --git a/src/function-configuration.ts b/src/function-configuration.ts index 73cc64eac..3e7b8ede6 100644 --- a/src/function-configuration.ts +++ b/src/function-configuration.ts @@ -127,7 +127,8 @@ export interface RuntimeOptions { minInstances?: number; /** - * Max number of actual instances allowed to be running in parallel. + * Max number of actual instances allowed to be running in parallel. Pass '0' + * to remove the limit. */ maxInstances?: number;