mod: enable retry by def

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-29 20:20:38 +08:00
parent db1c836a3e
commit 84a342a0e0

View File

@@ -424,7 +424,7 @@ class GStorage {
.get(SettingBoxKey.enableSlideVolumeBrightness, defaultValue: true);
static int get retryCount =>
GStorage.setting.get(SettingBoxKey.retryCount, defaultValue: 0);
GStorage.setting.get(SettingBoxKey.retryCount, defaultValue: 2);
static int get retryDelay =>
GStorage.setting.get(SettingBoxKey.retryDelay, defaultValue: 500);