From 45898a424ea33d24c0d1ad4079d0e2c42e9cd58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 9 Apr 2021 17:35:47 +0800 Subject: [PATCH] aa --- platformapi/jdshopapi/store_page_test.go | 2 +- utils/routinepool/routinepool.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platformapi/jdshopapi/store_page_test.go b/platformapi/jdshopapi/store_page_test.go index a1d34d9e..146e89d2 100644 --- a/platformapi/jdshopapi/store_page_test.go +++ b/platformapi/jdshopapi/store_page_test.go @@ -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) diff --git a/utils/routinepool/routinepool.go b/utils/routinepool/routinepool.go index 8d53c585..6c423d1f 100644 --- a/utils/routinepool/routinepool.go +++ b/utils/routinepool/routinepool.go @@ -13,7 +13,7 @@ import ( ) const ( - chanPoolSize = 30 + chanPoolSize = 100 ) type TaskParam struct {