Merge remote-tracking branch 'upstream/develop' into BigRefactor
This commit is contained in:
commit
51013605eb
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ func (a *Agent) setupNatsOptions() []nats.Option {
|
|||
opts = append(opts, nats.RetryOnFailedConnect(true))
|
||||
opts = append(opts, nats.MaxReconnects(-1))
|
||||
opts = append(opts, nats.ReconnectBufSize(-1))
|
||||
opts = append(opts, nats.ProxyPath("natsws"))
|
||||
opts = append(opts, nats.ProxyPath(a.NatsProxyPath))
|
||||
return opts
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue