mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-01-16 01:31:45 +01:00
Fix configuration issues. Fix shutdown hangs
Always turn on compression
This commit is contained in:
@@ -77,7 +77,7 @@ type MessageHandler func(subject string, data []byte)
|
||||
func Connect() {
|
||||
clientOnce.Do(func() {
|
||||
if Keys.Address == "" {
|
||||
cclog.Warn("NATS: no address configured, skipping connection")
|
||||
cclog.Info("NATS: no address configured, skipping connection")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user