serverino ~master (2024-03-17T18:35:47Z)
Dub
Repo
WorkerConfig
serverino
config
Undocumented in source.
package
struct
WorkerConfig {
Duration
maxRequestTime
;
Duration
maxHttpWaiting
;
Duration
maxWorkerLifetime
;
Duration
maxWorkerIdling
;
bool
keepAlive
;
string
user
;
string
group
;
}
Members
Variables
group
string
group
;
Undocumented in source.
keepAlive
bool
keepAlive
;
Undocumented in source.
maxHttpWaiting
Duration
maxHttpWaiting
;
Undocumented in source.
maxRequestTime
Duration
maxRequestTime
;
Undocumented in source.
maxWorkerIdling
Duration
maxWorkerIdling
;
Undocumented in source.
maxWorkerLifetime
Duration
maxWorkerLifetime
;
Undocumented in source.
user
string
user
;
Undocumented in source.
Meta
Source
See Implementation
serverino
config
aliases
DaemonConfigPtr
WorkerConfigPtr
enums
endpoint
onDaemonStart
onDaemonStop
onServerInit
onWorkerStart
onWorkerStop
structs
DaemonConfig
Listener
ServerinoConfig
WorkerConfig
priority
route