1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 23:37:41 +00:00

Speed up subscription janitor to 1min

This commit is contained in:
Kane York 2015-11-09 14:44:33 -08:00
parent 29eb07f58c
commit 377afb7a6b
3 changed files with 13 additions and 8 deletions

View file

@ -77,6 +77,7 @@ func HandleHello(conn *websocket.Conn, client *ClientInfo, msg ClientMessage) (r
}
SubscribeGlobal(client)
SubscribeDefaults(client)
return ClientMessage{
Arguments: client.ClientID.String(),