Remove unused SYNC_QUOTA from env.jinja template (#22280)

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 <maxbruchmann@gmail.com>
Co-authored-by: Wang Yan <wangyan@vmware.com>
This commit is contained in:
Max Fröhlich 2025-09-01 10:31:56 +02:00 committed by GitHub
parent 8f2003c40e
commit 26b61390a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -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 %}
{% endif %}