Refactor concurrency handling and improve sleep precision in concurrency.dart and header.dart
This commit is contained in:
@@ -79,6 +79,6 @@ void main() async {
|
||||
print('Error: example.bin not found - Refresh #$refreshCount');
|
||||
}
|
||||
|
||||
await Future.delayed(Duration(seconds: 1));
|
||||
await Future.delayed(Duration(milliseconds: 1));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user