PhilYue commented on code in PR #475:
URL: https://github.com/apache/dubbo-go-pixiu/pull/475#discussion_r963229850
##########
pkg/common/constant/filter.go:
##########
@@ -40,4 +45,19 @@ const (
LogDataBuffer = 5000
// console
Console = "console"
+
+ DefaultReqTimeout = 10 * time.Second
)
+
+func ResolveTimeStr2Time(currentV string, defaultV time.Duration)
time.Duration {
Review Comment:
move this func to util go file
--
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]