Share via


ScaleConfiguration interface

Scale configuration.

Properties

maxConcurrentSessions

The maximum count of sessions at the same time.

readySessionInstances

The minimum count of ready session instances.

Property Details

maxConcurrentSessions

The maximum count of sessions at the same time.

maxConcurrentSessions?: number

Property Value

number

readySessionInstances

The minimum count of ready session instances.

readySessionInstances?: number

Property Value

number