Skip to content

Clean up created temp folders#37

Merged
JohnDoeKyrgyz merged 1 commit intofsprojects:masterfrom
bruinbrown:tempfilecleanup
Feb 2, 2017
Merged

Clean up created temp folders#37
JohnDoeKyrgyz merged 1 commit intofsprojects:masterfrom
bruinbrown:tempfilecleanup

Conversation

@bruinbrown
Copy link
Copy Markdown
Contributor

Internally the ExcelDataReader creates a new folder in the temp directory any time an excel spreadsheet is opened. The ExcelProvider doesn't dispose of the data reader though meaning the temp folders never get deleted (up to 80GB in one case we found). This PR adds a call to Dispose which will internally delete all of the created temp folders.

@JohnDoeKyrgyz JohnDoeKyrgyz merged commit ac9e00e into fsprojects:master Feb 2, 2017
@JohnDoeKyrgyz
Copy link
Copy Markdown
Contributor

Thanks for fixing this!

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.

2 participants