From 09477ef2d4cf8ece0eafee0f346aabcc9f897564 Mon Sep 17 00:00:00 2001 From: Haresh Kainth Date: Tue, 10 Dec 2024 11:00:01 +0000 Subject: [PATCH] chore:Reduce cache timeout from 20s to 3s. Shortening the timeout improves the speed of clearing all documents and building the cache. This adjustment aims to enhance the system's responsiveness and efficiency during cache management operations. --- .copilot/image_build_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.copilot/image_build_run.sh b/.copilot/image_build_run.sh index 59f28bf..4593c95 100755 --- a/.copilot/image_build_run.sh +++ b/.copilot/image_build_run.sh @@ -8,4 +8,4 @@ export BUILD_STEP='True' export COPILOT_ENVIRONMENT_NAME='build' export DJANGO_SETTINGS_MODULE="fbr.settings" -poetry run python manage.py collectstatic --noinput +python manage.py collectstatic --noinput