1. 添加了block twitch 视频流的插件.
2. 流量减少99% 3. cpu使用率降低50% 4. 速度提高了400%
This commit is contained in:
4
extractor/twitch_extractor/.gitignore
vendored
Normal file
4
extractor/twitch_extractor/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*.html
|
||||
log
|
||||
screenlog.*
|
||||
twitch_extractor
|
||||
13
extractor/twitch_extractor/twitch_test.go
Normal file
13
extractor/twitch_extractor/twitch_test.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"intimate"
|
||||
"testing"
|
||||
)
|
||||
|
||||
var estore = intimate.NewStoreExtractor()
|
||||
var sstore = intimate.NewStoreSource(string(intimate.STOpenrec))
|
||||
|
||||
func TestCase0(t *testing.T) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user