1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 02:16:54 +00:00

Code cleanup: Remove single-target, timestamp-cache

This commit is contained in:
Kane York 2015-11-18 18:33:20 -08:00
parent 00175cad39
commit 3805fa1b66
6 changed files with 16 additions and 228 deletions

View file

@ -13,8 +13,8 @@ import (
"strconv"
"strings"
"sync"
"time"
"sync/atomic"
"time"
)
// SuccessCommand is a Reply Command to indicate success in reply to a C2S Command.
@ -91,7 +91,6 @@ func SetupServerAndHandle(config *ConfigFile, serveMux *http.ServeMux) {
}
go authorizationJanitor()
go backlogJanitor()
go bunchCacheJanitor()
go pubsubJanitor()
go aggregateDataSender()