Skip to content
Snippets Groups Projects
Commit faa283d3 authored by Jonathan de Jong's avatar Jonathan de Jong
Browse files

review feedback

parent 3ce75d1f
No related branches found
No related tags found
No related merge requests found
...@@ -272,10 +272,8 @@ fn default_config() -> rocket::Config { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment