We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The GitRepositoryResolver makes use of Spring's resource resolving mechanism to serve the files of a mirrored git repository via HTTP.
By default, the Spring mechanism caches these files for some time, which can be a problem when a lot of requests to the git repository are made.
Turn off this caching.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The GitRepositoryResolver makes use of Spring's resource resolving mechanism to serve the files of a mirrored git repository via HTTP.
By default, the Spring mechanism caches these files for some time, which can be a problem when a lot of requests to the git repository are made.
Turn off this caching.
The text was updated successfully, but these errors were encountered: