Removes dropdown selector for refresh cycle. Changes refresh to 20 seconds.

This commit is contained in:
2026-04-30 21:20:35 -07:00
parent 15fc7e3d6f
commit e3656a64a8
2 changed files with 1 additions and 56 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class LiveInfoBusinessObject extends ChangeNotifier {
'KRYZ_LIVE_INFO_URL',
defaultValue: 'http://kryz.airtime.pro/api/live-info',
),
int refreshIntervalSeconds = 15,
int refreshIntervalSeconds = 20,
this.requestTimeout = const Duration(seconds: 8),
}) : _refreshIntervalSeconds = refreshIntervalSeconds;