add subcribers count to debug

This commit is contained in:
Andriy Cherniy 2024-01-05 23:45:49 +02:00
parent ae764ce83a
commit afaaf6f577

View file

@ -123,6 +123,7 @@ func main() {
} }
time.Sleep(200 * time.Millisecond) time.Sleep(200 * time.Millisecond)
} }
log.Debugf("subscribers count: %v", len(subscribers))
// for _, subscriber := range subscribers { // for _, subscriber := range subscribers {
// log.Debug(subscriber.Acct) // log.Debug(subscriber.Acct)
// } // }