From 26b61390a01981c1f93a9542c14b5de4899d20c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Fr=C3=B6hlich?= Date: Mon, 1 Sep 2025 10:31:56 +0200 Subject: [PATCH] Remove unused SYNC_QUOTA from env.jinja template (#22280) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove SYNC_QUOTA from env.jinja template `SYNC_QUOTA` is not used throughout the whole code. It looks like the feature using it was removed. Signed-off-by: Max Fröhlich Co-authored-by: Wang Yan --- make/photon/prepare/templates/core/env.jinja | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/make/photon/prepare/templates/core/env.jinja b/make/photon/prepare/templates/core/env.jinja index e82c90ea47..1afacf273a 100644 --- a/make/photon/prepare/templates/core/env.jinja +++ b/make/photon/prepare/templates/core/env.jinja @@ -4,7 +4,6 @@ _REDIS_URL_CORE={{redis_url_core}} {% if redis_url_harbor %} _REDIS_URL_HARBOR={{redis_url_harbor}} {% endif %} -SYNC_QUOTA=true _REDIS_URL_REG={{redis_url_reg}} LOG_LEVEL={{log_level}} @@ -97,4 +96,4 @@ CACHE_EXPIRE_HOURS={{ cache.expire_hours }} {% if core.quota_update_provider %} QUOTA_UPDATE_PROVIDER={{ core.quota_update_provider }} -{% endif %} \ No newline at end of file +{% endif %}