@@ -94,7 +94,6 @@ func (epm *esProxyManager) GetProxy(ctx context.Context, queryLevel int) (*httpu
// Release 归还链接池
func (epm *esProxyManager) Release(ctx context.Context, queryLevel int) {
go func() {
- time.Sleep(time.Second * 10)
epm.getPool(queryLevel) <- struct{}{}
}()
}