mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
Fix system_exit in HttpServer (#501)
This commit is contained in:
parent
4ca9fd2ad1
commit
86fdbb47a5
@ -73,7 +73,7 @@ where
|
|||||||
backlog: 2048,
|
backlog: 2048,
|
||||||
keep_alive: KeepAlive::Os,
|
keep_alive: KeepAlive::Os,
|
||||||
shutdown_timeout: 30,
|
shutdown_timeout: 30,
|
||||||
exit: true,
|
exit: false,
|
||||||
no_http2: false,
|
no_http2: false,
|
||||||
no_signals: false,
|
no_signals: false,
|
||||||
maxconn: 102_400,
|
maxconn: 102_400,
|
||||||
|
Loading…
Reference in New Issue
Block a user