Skip to content

Commit

Permalink
Increase clientset size
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Apr 24, 2024
1 parent e8bb0bd commit bb5ea7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func NewCRProxy(opts ...Option) (*CRProxy, error) {
c := &CRProxy{
challengeManager: challenge.NewSimpleManager(),
clientset: map[string]*lru.LRU[string, *http.Client]{},
clientSize: 16,
clientSize: 256,
baseClient: http.DefaultClient,
bytesPool: sync.Pool{
New: func() interface{} {
Expand Down

0 comments on commit bb5ea7b

Please sign in to comment.