chore(dev): improve bulk change handling #2234
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev-debounce"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed abandoned build processes sometimes still triggering a start (causing double-starts) and made it more robust in regards to webui changes being intermixed: making the fetch a fire-and-forget to avoid errors, and waiting for the websocket connection to be re-established to avoid the browser attempting to reload when the server may not be up for a few seconds.