Package version:

Interface ScaleConfiguration

Scale configuration.

interface ScaleConfiguration {
    maxConcurrentSessions?: number;
    readySessionInstances?: number;
}

Properties

maxConcurrentSessions?: number

The maximum count of sessions at the same time.

readySessionInstances?: number

The minimum count of ready session instances.