Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MaxMessageSizeConfig for Dummies #4074

Merged
merged 1 commit into from
Jul 20, 2023
Merged

Conversation

kobergj
Copy link
Contributor

@kobergj kobergj commented Jul 19, 2023

We choose a very hacky solution that I am embarrassed to repeat here. Hence the name. Check the code if you really must

References owncloud/ocis#6746

Enhancement: Allow configuring the max size of grpc messages

We added a possibility to make the max size of grpc messsages configurable.
It is only configurable via envvar `OCIS_GRPC_MAX_MESSAGE_SIZE` . It is recommended to use this envvar only temporarily.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The evn variable name is not match to OCIS_GRPC_MAX_RECEIVED_MESSAGE_SIZE

Signed-off-by: jkoberg <jkoberg@owncloud.com>
@kobergj kobergj force-pushed the GRPCConfigForDummies branch from 68fbb0a to 10b8f63 Compare July 20, 2023 09:11
@kobergj kobergj merged commit 11fcd4e into cs3org:edge Jul 20, 2023
@kobergj kobergj deleted the GRPCConfigForDummies branch July 20, 2023 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants