From 24c84dce0fa798c47a323b711ae1891d7785c10a Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 29 Jul 2022 16:04:18 -0400 Subject: [PATCH] get rid of debug --- nun.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nun.go b/nun.go index 1595197..9c4f9f0 100644 --- a/nun.go +++ b/nun.go @@ -20,7 +20,7 @@ func newNunWatch(stop chan bool, c *mautrix.Client) *nunWatch { } func (n *nunWatch) Main() { - ticker := time.NewTicker(6 * time.Second) + ticker := time.NewTicker(60 * time.Second) for { select {