Sync branch magefile with main #104308

Merged
Sybren A. Stüvel merged 85 commits from abelli/flamenco:magefile into magefile 2024-05-13 16:26:32 +02:00
Showing only changes of commit 63e3c8de37 - Show all commits

View File

@ -92,6 +92,9 @@ export default {
// console.log("connecting JobsListener to WS", websocketURL);
const ws = io(websocketURL, {
transports: ['websocket'],
reconnectionDelay: 250, // milliseconds
reconnectionDelayMax: 3000, // milliseconds
timeout: 1000, // milliseconds
});
this.socket = ws;