Skip to content
Snippets Groups Projects
Commit bda7aa81 authored by Luca Conterio's avatar Luca Conterio
Browse files

[FMM] mission timeout put to 15 minutes instead of 30

parent ece998d6
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ namespace DeathStackBoard ...@@ -28,7 +28,7 @@ namespace DeathStackBoard
// State timeouts // State timeouts
// Automatically end the mission after a very long time, in order to safely // Automatically end the mission after a very long time, in order to safely
// close the logs if radio comms have been lost // close the logs if radio comms have been lost
static constexpr unsigned int TIMEOUT_END_MISSION = 30 * 60 * 1000; static constexpr unsigned int TIMEOUT_END_MISSION = 15 * 60 * 1000;
static constexpr unsigned int FMM_PRIORITY = 2; static constexpr unsigned int FMM_PRIORITY = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment