mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 02:16:54 +00:00
Re-add bunched request caching with a lazy janitor
And this time, only one lock is held at a time during the response.
This commit is contained in:
parent
377afb7a6b
commit
d518759fa0
2 changed files with 81 additions and 4 deletions
|
@ -73,9 +73,10 @@ func SetupServerAndHandle(config *ConfigFile, serveMux *http.ServeMux) {
|
|||
resp.Body.Close()
|
||||
}
|
||||
|
||||
go pubsubJanitor()
|
||||
go backlogJanitor()
|
||||
go authorizationJanitor()
|
||||
go backlogJanitor()
|
||||
go bunchCacheJanitor()
|
||||
go pubsubJanitor()
|
||||
go sendAggregateData()
|
||||
|
||||
go ircConnection()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue