github.com/cs3org/reva/v2@v2.27.7/changelog/2.16.0_2023-08-21/configurable_max_message_size.md (about)

     1  Enhancement: Allow configuring the max size of grpc messages
     2  
     3  We added a possibility to make the max size of grpc messsages configurable. 
     4  It is only configurable via envvar `OCIS_GRPC_MAX_RECEIVED_MESSAGE_SIZE` . It is recommended to use this envvar only temporarily.
     5  
     6  https://github.com/cs3org/reva/pull/4074