Skip to content
Snippets Groups Projects
Commit 4f3d927d authored by Jake Taylor's avatar Jake Taylor
Browse files

change print freq

parent edf3a780
No related branches found
No related tags found
1 merge request!11Release
......@@ -107,7 +107,7 @@ func (m *Manager) DisconnectAll() {
// StartConnectionReport begins intermittently printing connection information
func (m *Manager) StartConnectionReport() {
go func() {
ticker := time.NewTicker(60 * time.Second)
ticker := time.NewTicker(5 * time.Minute)
for {
select {
case _ = <-ticker.C:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment