refactoring

This commit is contained in:
Fabian Freund
2025-02-20 12:27:34 +01:00
parent b81fc1cc42
commit 490e13000b
138 changed files with 1392 additions and 3251 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ class GenericWebsiteService extends _$GenericWebsiteService {
return Result.fromAsync(() async {
final response = await _client
.get(url)
.timeout(const Duration(seconds: 10));
.timeout(const Duration(seconds: 15));
final result = await compute((args) async {
final document = html_parser.parse(args[0]);