ScaleConfiguration interface
Scale configuration.
Properties
max |
The maximum count of sessions at the same time. |
ready |
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