make stream refresh slower, every 5s

This commit is contained in:
Umputun
2019-06-03 13:02:12 -05:00
parent 994a97b13f
commit d1cf9aecb3
+1 -1
View File
@@ -305,7 +305,7 @@ func (s *ServerCommand) newServerApp() (*serverApp, error) {
UpdateLimiter: s.UpdateLimit,
ImageService: imageService,
StreamTimeOut: time.Minute * 15,
StreamRefresh: time.Second,
StreamRefresh: time.Second * 5,
}
srv.ScoreThresholds.Low, srv.ScoreThresholds.Critical = s.LowScore, s.CriticalScore