🧑‍💻(config) THEME_CUSTOMIZATION_CACHE_TIMEOUT to 15 seconds

In development mode, we will reduce the cache timeout
for theme customization to 15 seconds.
This change allows developers to see updates
to theme settings more quickly without needing
to clear the cache manually.
This commit is contained in:
Anthony LC
2025-10-09 15:09:17 +02:00
committed by Cyril
parent 4fbd588198
commit ed336558ac
2 changed files with 4 additions and 1 deletions

View File

@@ -66,3 +66,6 @@ COLLABORATION_WS_URL=ws://localhost:4444/collaboration/ws/
DJANGO_SERVER_TO_SERVER_API_TOKENS=server-api-token
Y_PROVIDER_API_BASE_URL=http://y-provider-development:4444/api/
Y_PROVIDER_API_KEY=yprovider-api-key
# Theme customization
THEME_CUSTOMIZATION_CACHE_TIMEOUT=15