diff --git a/cmd/reflector.go b/cmd/reflector.go index d806daf..5cc572c 100644 --- a/cmd/reflector.go +++ b/cmd/reflector.go @@ -40,7 +40,7 @@ func reflectorCmd(cmd *cobra.Command, args []string) { reflectorServer.Timeout = 30 * time.Second if globalConfig.SlackHookURL != "" { reflectorServer.StatLogger = log.StandardLogger() - reflectorServer.StatReportFrequency = 10 * time.Minute + reflectorServer.StatReportFrequency = 1 * time.Hour } err = reflectorServer.Start(":" + strconv.Itoa(reflector.DefaultPort))