From 0f3eeb42d638d4e8e6811c06a2180fb7070bf05d Mon Sep 17 00:00:00 2001 From: meggert Date: Tue, 9 Apr 2024 13:30:22 +0200 Subject: [PATCH] 15 should be enough --- linux/acs/GpsHyperionLinuxController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/acs/GpsHyperionLinuxController.h b/linux/acs/GpsHyperionLinuxController.h index 00a8218f..b8c3ed7a 100644 --- a/linux/acs/GpsHyperionLinuxController.h +++ b/linux/acs/GpsHyperionLinuxController.h @@ -23,8 +23,8 @@ */ class GpsHyperionLinuxController : public ExtendedControllerBase { public: - // 30 minutes - static constexpr uint32_t MAX_SECONDS_TO_REACH_FIX = 60 * 30; + // 15 minutes + static constexpr uint32_t MAX_SECONDS_TO_REACH_FIX = 60 * 15; enum ReadModes { SHM = 0, SOCKET = 1 };