Skip to content
1 change: 1 addition & 0 deletions flash/configuration/parameters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Controls worker scaling. Accepts either a single integer (max workers with min=0

**Type**: `int`
**Default**: `60`
**Valid range**: 1-3600 seconds
Comment thread
gwestersf marked this conversation as resolved.

Number of seconds workers will stay active (running) after completing a request, waiting for additional requests before scaling down (to minimum workers).

Expand Down
Loading