From 4df1fd69bca123d32e57628e2cd54797d4c49b97 Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Sun, 6 Jul 2025 21:31:33 +0100 Subject: [PATCH] Update Globals.mc Increased the API back off time from 1s to 2s to remove the glance's status flickering. The assumption is that the GET requests are too fast for the Bluetooth stack. --- source/Globals.mc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Globals.mc b/source/Globals.mc index 22baf56..e383ad4 100644 --- a/source/Globals.mc +++ b/source/Globals.mc @@ -25,7 +25,7 @@ class Globals { //! Time to let the existing HTTP responses get serviced after a //! `Communications.NETWORK_RESPONSE_OUT_OF_MEMORY` response code. - static const scApiBackoff = 1000; // ms + static const scApiBackoff = 2000; // ms //! Needs to be long enough to enable a "double ESC" to quit the application from //! an ErrorView.