You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/04/27 03:22:32 UTC

[GitHub] [servicecomb-service-center] little-cui commented on a change in pull request #958: SCB-2176 Fix: raise err 'etcdserver: request too large' when list dep-queue key

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:
users@infra.apache.org