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

feat: make max inline blob size configurable #375

Merged
merged 2 commits into from
Aug 23, 2022
Merged

Conversation

ano12ak
Copy link
Contributor

@ano12ak ano12ak commented Aug 10, 2022

What type of PR is this?

/kind feat

What this PR does / Why we need it:

This change allows users to configure blob size that is used to determine whether inline blob or external blob is used through the configuration file.

Which issue(s) this PR fixes:

Closes #374

Special notes for your reviewer:

Pass cfg itself (config.ServiceConfig) to OpenSavesServer instead of cfg.BlobConfig.MaxInlineSize field.
Add comment to BlobConfig type definition in config package.
@yuryu
Copy link
Member

yuryu commented Aug 23, 2022

/gcbrun

@yuryu yuryu merged commit 01f0298 into googleforgames:main Aug 23, 2022
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.

Make max inline blob size configurable
2 participants