reporting
This commit is contained in:
parent
991cd7f606
commit
243ddd63c4
|
@ -127,7 +127,7 @@ func (u *userReport) report() string {
|
||||||
// FixedTimeReport reports the Wide sessions status periodically (10 minutes).
|
// FixedTimeReport reports the Wide sessions status periodically (10 minutes).
|
||||||
func FixedTimeReport() {
|
func FixedTimeReport() {
|
||||||
go func() {
|
go func() {
|
||||||
for _ = range time.Tick(10 * time.Second) {
|
for _ = range time.Tick(10 * time.Minute) {
|
||||||
users := userReports{}
|
users := userReports{}
|
||||||
processSum := 0
|
processSum := 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue