Aetherance commented on code in PR #3086:
URL: https://github.com/apache/dubbo-go/pull/3086#discussion_r2594658813
##########
protocol/triple/client.go:
##########
@@ -51,6 +51,10 @@ import (
const (
httpPrefix string = "http://"
httpsPrefix string = "https://"
+ // triClientPoolMaxSize is the maximum number of tri.Client instances
per method in the pool.
+ triClientPoolMaxSize = 32
+ // defaultClientGetTimeout is the timeout for getting a tri.Client from
the TriClientPool.
+ defaultClientGetTimeout = 50 * time.Millisecond
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]