Improved image location after build123d update

This commit is contained in:
Yeicor
2024-03-28 12:20:56 +01:00
parent 2bd927f2a8
commit 7166f9fe3d
3 changed files with 12 additions and 13 deletions

View File

@@ -80,6 +80,9 @@ export class NetworkManager extends EventTarget {
controller.abort(); // Notify the server that we are done
});
}
} else {
// Server is down, wait a little longer before retrying
await new Promise(resolve => setTimeout(resolve, 10 * settings.monitorEveryMs));
}
controller.abort();
} catch (e) { // Ignore errors (retry very soon)