mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-11 04:32:29 +02:00
Increase IMGPROXY_MAX_SRC_RESOLUTION default value to 50
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Change
|
### 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.
|
- 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
|
||||||
- Fix loading environment variables from the AWS System Manager Parameter Store when there are more than 10 parameters.
|
- 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 = ""
|
PathPrefix = ""
|
||||||
|
|
||||||
MaxSrcResolution = 16800000
|
MaxSrcResolution = 50000000
|
||||||
MaxSrcFileSize = 0
|
MaxSrcFileSize = 0
|
||||||
MaxAnimationFrames = 1
|
MaxAnimationFrames = 1
|
||||||
MaxAnimationFrameResolution = 0
|
MaxAnimationFrameResolution = 0
|
||||||
|
Reference in New Issue
Block a user