Improve fallback logic of `max_bytes` filter
See original GitHub issueThumbor request URL
Expected behaviour
When I try to cap the maximal file size with an unreasonable small number in the max_bytes
filter, I expect Thumbor to return an image with the smallest possible file size (current results
).
Actual behaviour
Thumbor stops the downsizing process when the quality drops under 10
and returns the initial image (initial_results
), which leads to an unexpected high file size.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
All Configurations | Apache Hudi
This page covers the different ways of configuring your job to write/read Hudi tables. At a high level, you can control behaviour at...
Read more >Kafka Consumer Configurations for Confluent Platform
The maximum record batch size accepted by the broker is defined via message.max.bytes (broker config) or max.message.bytes (topic config).
Read more >spring-cloud/spring-cloud - Gitter
i was getting this error for a simple RestController (i post a large json string). status: 500 Internal Server Error: Exceeded limit on...
Read more >auto-tikv/tikv_template.yml at master - GitHub
Max bytes that snapshot can be written to disk in one second. ## It should be set based on your disk performance. #...
Read more >Inspections - Automattic/jetpack - Measure and Improve Code ...
Clear current filters, and sorts. Initiated By: Kolja Zuelsdorf ... Branch: fix/in-place-connection-fallback-for-secondary-use. Filter by Branch.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@timonweber i saw that you can combine both quality and max_bytes filters. So at leasts you can define a “max quality” with quality.
At least a workaround in some cases
This issue was closed because it has been stale for 5 days with no activity.