add subcribers count to debug
This commit is contained in:
parent
ae764ce83a
commit
afaaf6f577
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -123,6 +123,7 @@ func main() {
|
|||
}
|
||||
time.Sleep(200 * time.Millisecond)
|
||||
}
|
||||
log.Debugf("subscribers count: %v", len(subscribers))
|
||||
// for _, subscriber := range subscribers {
|
||||
// log.Debug(subscriber.Acct)
|
||||
// }
|
||||
|
|
Loading…
Reference in a new issue