diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-06-28 13:02:48 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-06-28 13:02:48 +0200 |
| commit | 410826dd0bc92d1a533e96a23e64729e00bed76b (patch) | |
| tree | 197f5f92f0d61001e43e7488366e23dbb836bbe6 | |
| parent | cb4297505cbc17a8daea908188decfc2a1f062e8 (diff) | |
| parent | 17bbb9b657021591fe09a3185330a57f3618830b (diff) | |
| download | mullvadvpn-410826dd0bc92d1a533e96a23e64729e00bed76b.tar.xz mullvadvpn-410826dd0bc92d1a533e96a23e64729e00bed76b.zip | |
Merge branch 'increase-pending-stop-timeout'
| -rw-r--r-- | mullvad-daemon/src/system_service.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/system_service.rs b/mullvad-daemon/src/system_service.rs index cb2793115c..56e6ea8f94 100644 --- a/mullvad-daemon/src/system_service.rs +++ b/mullvad-daemon/src/system_service.rs @@ -98,7 +98,7 @@ fn start_event_monitor( match event { ServiceControl::Stop | ServiceControl::Preshutdown => { persistent_service_status - .set_pending_stop(Duration::from_secs(3)) + .set_pending_stop(Duration::from_secs(10)) .unwrap(); shutdown_handle.shutdown(); |
