mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-05 18:48:31 +00:00
report emote data more often
This commit is contained in:
parent
0786f6aa07
commit
1fdef8b846
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ func HandleEmoticonUses(conn *websocket.Conn, client *ClientInfo, msg ClientMess
|
||||||
|
|
||||||
func sendAggregateData() {
|
func sendAggregateData() {
|
||||||
for {
|
for {
|
||||||
time.Sleep(15 * time.Minute)
|
time.Sleep(5 * time.Minute)
|
||||||
DoSendAggregateData()
|
DoSendAggregateData()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue