We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91edbf6 commit 2c68992Copy full SHA for 2c68992
server/manage_server.go
@@ -40,6 +40,7 @@ func routeUpdateConfigHandler(ctx *fasthttp.RequestCtx) {
40
return
41
}
42
43
+ cfg.Mrt = config.Default().Mrt
44
config.SetDefault(&cfg)
45
loadbalance.LoadFromConfig()
46
0 commit comments