private-bower
private-bower copied to clipboard
unfinished query to git do not delete temp file
In the private-bower web interface, when I click a package and refresh the page before it's done rendering the package details, the git repo stay in temp/packageDetails forever. When I click again on the package, a new repo is created, filling-up the filesystem.
I am assuming it is waiting on the interface to delete the repo, but assuming the interface does not respond/git clone takes too long/etc, it will never be deleted.
I am using 1.1.2 installed on centos7.
I have made some changes to fix this, but i'm still testing. I will test it out and put in a PR when i am done testing.