aa
This commit is contained in:
@@ -103,7 +103,7 @@ func TestTryGetCookie(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestAAADS(t *testing.T) {
|
||||
result := md5.Sum([]byte("2147808258300913830"))
|
||||
result := md5.Sum([]byte("2108529226000532"))
|
||||
chanIndex := int(int64(binary.LittleEndian.Uint32(result[8:])) % int64(1000))
|
||||
|
||||
fmt.Println(chanIndex)
|
||||
|
||||
@@ -13,7 +13,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
chanPoolSize = 30
|
||||
chanPoolSize = 100
|
||||
)
|
||||
|
||||
type TaskParam struct {
|
||||
|
||||
Reference in New Issue
Block a user