reporting

This commit is contained in:
Liang Ding 2014-12-23 16:15:45 +08:00
parent 991cd7f606
commit 243ddd63c4
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ func (u *userReport) report() string {
// FixedTimeReport reports the Wide sessions status periodically (10 minutes).
func FixedTimeReport() {
go func() {
for _ = range time.Tick(10 * time.Second) {
for _ = range time.Tick(10 * time.Minute) {
users := userReports{}
processSum := 0