Configuration

class Configuration : BaseApplicationEngine.Configuration

CIO-based server configuration

Constructors

Link copied to clipboard
fun Configuration()

Properties

Link copied to clipboard
var callGroupSize: Int
Link copied to clipboard
var connectionGroupSize: Int
Link copied to clipboard
var connectionIdleTimeoutSeconds: Int = 45

Number of seconds that the server will keep HTTP IDLE connections open. A connection is IDLE if there are no active requests running.

Link copied to clipboard
val parallelism: Int
Link copied to clipboard
var workerGroupSize: Int