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

Download file cache #744

Merged
merged 3 commits into from
Mar 8, 2023
Merged

Download file cache #744

merged 3 commits into from
Mar 8, 2023

Conversation

nadar
Copy link
Member

@nadar nadar commented Feb 1, 2023

Store the download data into the cache, this makes it possible to use the download system on multi server envs but might lead into issues if the cache server can not store "large" data sets.

Since cache drivers in the most cases the FileCache this should not be problem, also memached and redis can store 5MB cache data.

@codeclimate
Copy link

codeclimate bot commented Mar 8, 2023

Code Climate has analyzed commit 7ce9fa8 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 41.3% (50% is the threshold).

This pull request will bring the total coverage in the repository to 80.6% (0.0% change).

View more on Code Climate.

@nadar nadar merged commit 618eb4a into master Mar 8, 2023
@nadar nadar deleted the download-file-cache branch March 8, 2023 08:27
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

Successfully merging this pull request may close these issues.

1 participant