mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 10:10:42 -07:00
When a server is told to connect to a server (with auto-discovery), it tries to connect once. There have been a report where that connection fails, but would probably succeed if tried again (#408). This new parameter allows to configure the number of times a failed implicit connect should be tried. Resolves #408