-
Notifications
You must be signed in to change notification settings - Fork 54
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
Some fixes and new feature #73
base: master
Are you sure you want to change the base?
Conversation
- Fix a problem that delete all filepond dir when removing a chunked upload. - Add a garbage collector feature that run based in a percent probability deleting old unsed files from filepond folder.
More details: In garbage collector the method doGarbageCollector in controller is called in upload start when the percentage of chance is hit. It check if that upload is older than the limit and then delete the file and its folders. |
Thanks for your contribution! I'm currently on vacation, but I will have a look at your PR once I'm back. |
@Sopamo Any updates? or you are still in your vocation |
I think He is on permanent vacation. |
@2btechdev2 There is nothing we can do. 😄 |
Fix a problem that delete all filepond dir when removing a chunked upload.
Add a garbage collector feature that run based in a percent probability deleting old unsed files from filepond folder.