mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-17 10:48:18 -07:00
review feedback
This commit is contained in:
parent
3ce75d1f02
commit
faa283d35b
@ -272,10 +272,8 @@ fn default_config() -> rocket::Config {
|
|||||||
{
|
{
|
||||||
use rocket::config::Sig;
|
use rocket::config::Sig;
|
||||||
|
|
||||||
let signals = &mut shutdown.signals;
|
shutdown.signals.insert(Sig::Term);
|
||||||
|
shutdown.signals.insert(Sig::Int);
|
||||||
signals.insert(Sig::Term);
|
|
||||||
signals.insert(Sig::Int);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Once shutdown is triggered, this is the amount of seconds before rocket
|
// Once shutdown is triggered, this is the amount of seconds before rocket
|
||||||
|
Loading…
Reference in New Issue
Block a user