WT 1.1.20(4) Training plan improvements
This commit is contained in:
@@ -400,8 +400,8 @@ class FirebaseApi with logging.Logging {
|
||||
try {
|
||||
remoteConfig = RemoteConfig.instance;
|
||||
await remoteConfig.setConfigSettings(RemoteConfigSettings(
|
||||
fetchTimeout: const Duration(seconds: 60),
|
||||
minimumFetchInterval: const Duration(hours: 6),
|
||||
fetchTimeout: const Duration(seconds: 10),
|
||||
minimumFetchInterval: const Duration(seconds: 1),
|
||||
));
|
||||
|
||||
RemoteConfigValue(null, ValueSource.valueStatic);
|
||||
@@ -412,6 +412,8 @@ class FirebaseApi with logging.Logging {
|
||||
await remoteConfig.setDefaults(<String, dynamic>{
|
||||
'sales_page_text_a': '',
|
||||
'product_set_2': '',
|
||||
'registration_skip_color': '',
|
||||
'email_checkbox': '',
|
||||
});
|
||||
Cache().setRemoteConfig(remoteConfig);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user