Bump storage unmount timer to 2 minutes to match idle timer

custom
Riley Inman 2 months ago
parent ad0f847e68
commit 280ce7c1df
  1. 2
      src/tangara/system_fsm/running.cpp

@ -27,7 +27,7 @@ namespace states {
[[maybe_unused]] static const char kTag[] = "RUN";
static const TickType_t kTicksBeforeUnmount = pdMS_TO_TICKS(10000);
static const TickType_t kTicksBeforeUnmount = pdMS_TO_TICKS(120000);
static TimerHandle_t sUnmountTimer = nullptr;

Loading…
Cancel
Save