فهرست منبع

Increase IMGPROXY_MAX_SRC_RESOLUTION default value to 50

DarthSim 1 سال پیش
والد
کامیت
8f95063e16
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 0
      CHANGELOG.md
  2. 1 1
      config/config.go

+ 1 - 0
CHANGELOG.md

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

+ 1 - 1
config/config.go

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