1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-02 17:18:31 +00:00

report emote data more often

This commit is contained in:
Kane York 2015-10-28 23:27:04 -07:00
parent 0786f6aa07
commit 1fdef8b846

View file

@ -263,7 +263,7 @@ func HandleEmoticonUses(conn *websocket.Conn, client *ClientInfo, msg ClientMess
func sendAggregateData() {
for {
time.Sleep(15 * time.Minute)
time.Sleep(5 * time.Minute)
DoSendAggregateData()
}
}