Increase IMGPROXY_MAX_SRC_RESOLUTION default value to 50

This commit is contained in:
DarthSim
2024-03-07 17:43:04 +03:00
parent d6c6d4b09f
commit 8f95063e16
2 changed files with 2 additions and 1 deletions

View File

@@ -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.

View File

@@ -228,7 +228,7 @@ func Reset() {
PathPrefix = ""
MaxSrcResolution = 16800000
MaxSrcResolution = 50000000
MaxSrcFileSize = 0
MaxAnimationFrames = 1
MaxAnimationFrameResolution = 0