justxuewei commented on code in PR #2379:
URL: https://github.com/apache/dubbo-go/pull/2379#discussion_r1292996232


##########
common/constant/key.go:
##########
@@ -416,3 +416,10 @@ const (
        MetricsMetadata = "dubbo.metrics.metadata"
        MetricApp       = "dubbo.metrics.app"
 )
+
+// default meta cache config
+const (
+       DefaultMetaCacheName = "dubbo.meta"
+       DefaultMetaFileName  = "dubbo.metadata"
+       DefaultEntrySize     = 100
+)

Review Comment:
   These lines of code should not belong to this patch. Please pull from the 
latest main branch and rebase onto it.



-- 
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]

Reply via email to