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 5c69607 commit 2292b0fCopy full SHA for 2292b0f
internal/server/server.go
@@ -320,7 +320,7 @@ func (s *Server) appNotifyHandler(updatePayload types.AppUpdatePayload) {
320
func (s *Server) configNotifyHandler(updatePayload types.ConfigUpdatePayload) {
321
if updatePayload.ServerId == types.CurrentServerId {
322
s.Trace().Str("server_id", string(updatePayload.ServerId)).Msg("Ignoring config update notification from self")
323
- //return
+ return
324
}
325
s.Debug().Str("server_id", string(updatePayload.ServerId)).Msgf(
326
"Received config update notification from %s", updatePayload.ServerId)
0 commit comments