You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/mc-router/main.go
+24-3Lines changed: 24 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,9 @@ type Config struct {
74
74
FakeOnlinebool`default:"false" usage:"Enable fake online MOTD when backend is offline and auto-scale-up is enabled"`
75
75
FakeOnlineMOTDstring`default:"Server is sleeping\nJoin to wake it up" usage:"Custom MOTD to show when backend is offline and auto-scale-up is enabled"`
76
76
77
+
CacheStatusbool`default:"false" usage:"Cache status response for backends"`
78
+
CacheStatusIntervalstring`default:"30s" usage:"Interval to update the status cache"`
0 commit comments