Comment out isolatePeers call for non-MacOS platforms

This commit is contained in:
ImBenji
2025-08-05 13:33:37 +01:00
parent e51f340b0e
commit daf67bf516

View File

@@ -53,7 +53,7 @@ void main() async {
initHeartbeat(); initHeartbeat();
if (!Platform.isMacOS) { if (!Platform.isMacOS) {
await ServerService.isolatePeers(); // await ServerService.isolatePeers();
} }
Router app = Router(); Router app = Router();