-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gzip and cache track maps #407
Conversation
6559ccb
to
ebcf177
Compare
ebcf177
to
d01ad8e
Compare
…sion Make CodeQL happy. Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like it will work great but let's adjust per the comments a bit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
The docker-compose.yml setting now works for the new cache dir. This emits a 500 Server Error if something goes wrong now.
…in path expression Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…in path expression Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…in path expression Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
I'm going to do a little experiment here and let GitHub Copilot autofix progressively nip the potential path manipulation problems in the bud, bit by bit... you can only do one at a time which is annoying because there are about 5 fixes it is suggesting. |
…in path expression Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Track maps are big and slow. Compressing and caching makes the site much zippier.
Resolves #334.