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

Cleaning public directory is stalling startup #7

Open
tjenkinson opened this issue Feb 17, 2016 · 1 comment
Open

Cleaning public directory is stalling startup #7

tjenkinson opened this issue Feb 17, 2016 · 1 comment

Comments

@tjenkinson
Copy link
Member

If there are a lot of files in the public directory that need to be deleted when the app starts, this can take a long time and delay the amount of time before the app can function.

Instead during the initial load references to all the files that need deleting should be stored, and then the deletion should happen in a separate thread when app is ready.

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