little-cui commented on a change in pull request #958:
URL:
https://github.com/apache/servicecomb-service-center/pull/958#discussion_r620824278
##########
File path: server/plugin/discovery/common.go
##########
@@ -23,4 +23,6 @@ import (
const (
DefaultTimeout = 30 * time.Second
DefaultCacheInitSize = 100
+ // grpc does not allow to transport a large body more then 4MB in a
request
+ DefaultPageSize = 4096
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.
For queries about this service, please contact Infrastructure at:
[email protected]