What I expected that would happen is that I would see in the console RECONNECT 1, then an websocket connection failure, then 10 seconds would pass and I would get RECONNECT 1 2 and so on.
What I saw is RECONNECT 1 1, then a lot of attempts to connect to the websocket, then RECONNECT 1 2 way before the 10 seconds mark.
It doesn’t seem like this option is actually limiting the time it takes to retry a connection.
There are no timestamps in that screenshot, but you need to ignore all the live_reload logs, as that is a separate socket that is not affected by your configuration.