There was an error while loading. Please reload this page.
1 parent 4e5fa34 commit 2f36e50Copy full SHA for 2f36e50
1 file changed
lib/core/seed/data/datasources/seed_datasource.dart
@@ -22,7 +22,7 @@ class SeedDatasource {
22
23
Future<SeedModel> get(String fingerprint) async {
24
const maxRetries = 5;
25
- const initialDelay = Duration(milliseconds: 200);
+ const initialDelay = Duration(milliseconds: 100);
26
final key = composeSeedStorageKey(fingerprint);
27
28
for (int attempt = 0; attempt < maxRetries; attempt++) {
0 commit comments