mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-03 18:05:50 +02:00
Increase IMGPROXY_MAX_SRC_RESOLUTION default value to 50
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
## [Unreleased]
|
||||
### Change
|
||||
- Support configuring OpenTelemetry with standard [general](https://opentelemetry.io/docs/languages/sdk-configuration/general/) and [OTLP Exporter](https://opentelemetry.io/docs/languages/sdk-configuration/otlp-exporter/) environment variables.
|
||||
- `IMGPROXY_MAX_SRC_RESOLUTION` default value is increased to 50.
|
||||
|
||||
### Fix
|
||||
- Fix loading environment variables from the AWS System Manager Parameter Store when there are more than 10 parameters.
|
||||
|
@@ -228,7 +228,7 @@ func Reset() {
|
||||
|
||||
PathPrefix = ""
|
||||
|
||||
MaxSrcResolution = 16800000
|
||||
MaxSrcResolution = 50000000
|
||||
MaxSrcFileSize = 0
|
||||
MaxAnimationFrames = 1
|
||||
MaxAnimationFrameResolution = 0
|
||||
|
Reference in New Issue
Block a user