Removes dropdown selector for refresh cycle. Changes refresh to 20 seconds.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user