28-brotli-filter_2.12.0.18.0.source-code.reference.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of play-v28-brotli-filter_2.12 Show documentation
Show all versions of play-v28-brotli-filter_2.12 Show documentation
A brotli filter module for Play 2.8
The newest version!
play.modules {
enabled += "play.filters.brotli.BrotliFilterModule"
}
play.filters {
# Brotli filter configuration
brotli {
# The compression-speed vs compression-density tradeoffs. The higher the quality, the slower the compression. Range is 0 to 11
quality = 5
# The maximum amount of content to buffer for compressing with brotli in order to calculate the content length before falling back
# to chunked encoding.
chunkedThreshold = 100k
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy