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

Clearing temp chunks needs optimizing and moving to cron job #807

Closed
tjenkinson opened this issue Mar 7, 2016 · 0 comments
Closed

Clearing temp chunks needs optimizing and moving to cron job #807

tjenkinson opened this issue Mar 7, 2016 · 0 comments

Comments

@tjenkinson
Copy link
Member

Currently it loads in all sessions which takes a while, and happens on every upload request. Instead it should run as a cron job and instead of loading all sessions from the database instead a session id array should be made from the file names, and then just these sessions checked to see if they exist.

private function clearTempChunks() {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant