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.
This commit is contained in:
Philip Abbey
2025-07-06 21:31:33 +01:00
parent fc19599586
commit 4df1fd69bc

View File

@ -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.