mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00

Sockets will try to reconnect upon disconnection with an exponentially rising backoff (configurable). However, if it's unbounded, at a certain point does it need to even try? Probably not. Instead there's now a `max` option that defaults to a minute, and the backoff will never exceed that time.