mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-03 16:38:31 +00:00
Add comments, add dumpStackOnCtrlZ() for tests
This commit is contained in:
parent
18c1abd3e3
commit
89ff64f52c
9 changed files with 42 additions and 5 deletions
|
@ -145,7 +145,7 @@ func unsubscribeAllClients() {
|
|||
const ReapingDelay = 1 * time.Minute
|
||||
|
||||
// Checks ChatSubscriptionInfo for entries with no subscribers every ReapingDelay.
|
||||
// Started from SetupServer().
|
||||
// is_init_func
|
||||
func pubsubJanitor() {
|
||||
for {
|
||||
time.Sleep(ReapingDelay)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue