github.com/cs3org/reva/v2@v2.27.7/changelog/1.9.1_2021-07-09/raise-max-msg-size.md (about) 1 Bugfix: Raise max grpc message size 2 3 As a workaround for listing larger folder we raised the `MaxCallRecvMsgSize` to 10MB. This should be enough for ~15k files. The proper fix is implementing ListContainerStream in the gateway, but we needed a way to test the web ui with larger collections. 4 5 https://github.com/cs3org/reva/pull/1825