Skip to content

Commit

Permalink
Trying to fix Too many open files crash [CyBear-Jinni#274]
Browse files Browse the repository at this point in the history
  • Loading branch information
guyluz11 committed Nov 26, 2022
1 parent d96f4aa commit 4d501c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class CompaniesConnectorConjector {
setMdnsDeviceByCompany(activeHost);
}
}
await Future.delayed(const Duration(seconds: 50));
await Future.delayed(const Duration(minutes: 2));
}
} catch (e) {
logger.e('Mdns search error\n$e');
Expand Down

0 comments on commit 4d501c2

Please sign in to comment.