Skip to content

Commit

Permalink
chore:Reduce cache timeout from 20s to 3s.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
hareshkainthdbt committed Dec 10, 2024
1 parent a907c81 commit 09477ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .copilot/image_build_run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 09477ef

Please sign in to comment.