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

Added compression properties to node metadata #426

Merged
merged 3 commits into from
Jul 31, 2024

Conversation

nastassia-dailidava
Copy link
Contributor

Comment on lines +384 to +385
var gzip = CompressorProperties()
var brotli = CompressorProperties()
Copy link
Collaborator

Choose a reason for hiding this comment

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

how does chooseFirst work now that gzip and brotli use the same properties?

Copy link
Contributor Author

@nastassia-dailidava nastassia-dailidava Jul 31, 2024

Choose a reason for hiding this comment

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

so according to the docs if several filters have chooseFirst = true then the priority will be chosen by their order in configuration, but I'm going to configure as it was before but in aec settings

@nastassia-dailidava nastassia-dailidava merged commit fe83881 into master Jul 31, 2024
6 of 7 checks passed
@nastassia-dailidava nastassia-dailidava deleted the compression-filter-2 branch July 31, 2024 07:20
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.

3 participants