Skip to content
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

Turn off caching of git repository files #24

Open
thombergs opened this issue Jan 5, 2017 · 0 comments
Open

Turn off caching of git repository files #24

thombergs opened this issue Jan 5, 2017 · 0 comments

Comments

@thombergs
Copy link
Member

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.

@thombergs thombergs changed the title Analyze Caching of git repository files Turn off caching of git repository files Jan 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant