mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-16 19:14:41 -07:00
@@ -980,7 +980,7 @@ func (s *Server) HandleRoot(w http.ResponseWriter, r *http.Request) {
|
||||
<a href=/routez>routez</a><br/>
|
||||
<a href=/subsz>subsz</a><br/>
|
||||
<br/>
|
||||
<a href=http://nats.io/documentation/server/monitoring/>help</a>
|
||||
<a href=https://nats-io.github.io/docs/nats_server/monitoring.html>help</a>
|
||||
</body>
|
||||
</html>`)
|
||||
}
|
||||
@@ -1398,7 +1398,7 @@ func createOutboundAccountsGatewayz(opts *GatewayzOptions, gw *gateway) []*Accou
|
||||
// Returns an AccountGatewayz for this gateway outbound connection
|
||||
func createAccountOutboundGatewayz(name string, ei interface{}) *AccountGatewayz {
|
||||
a := &AccountGatewayz{
|
||||
Name: name,
|
||||
Name: name,
|
||||
InterestOnlyThreshold: gatewayMaxRUnsubBeforeSwitch,
|
||||
}
|
||||
if ei != nil {
|
||||
@@ -1481,7 +1481,7 @@ func createInboundAccountsGatewayz(opts *GatewayzOptions, gw *gateway) []*Accoun
|
||||
// Returns an AccountGatewayz for this gateway inbound connection
|
||||
func createInboundAccountGatewayz(name string, e *insie) *AccountGatewayz {
|
||||
a := &AccountGatewayz{
|
||||
Name: name,
|
||||
Name: name,
|
||||
InterestOnlyThreshold: gatewayMaxRUnsubBeforeSwitch,
|
||||
}
|
||||
if e != nil {
|
||||
|
||||
Reference in New Issue
Block a user