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

If the big file read changes size, BigFile does not update the big file statistics #13

Open
superolmo opened this issue Apr 16, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@superolmo
Copy link
Owner

Whenever BigFile plugin reads a file, the file statistics are read to figure out the number of pages. Since the file is not locked, but rather closed immediately after reading, there is a chance that another process can change the content. BigFile does not update the file statistics. Not sure what kind of error it will through, but it is worth to recalculate file statistics each time a new page is read.

@superolmo superolmo added the bug Something isn't working label Apr 16, 2020
@superolmo superolmo added this to ToDo in BigFiles v0.1.2.0 via automation Apr 18, 2020
@superolmo superolmo self-assigned this Apr 18, 2020
@superolmo superolmo removed this from ToDo in BigFiles v0.1.2.0 May 15, 2020
@superolmo superolmo added this to To do in BigFiles v0.2.0 May 15, 2020
@superolmo superolmo removed this from To do in BigFiles v0.2.0 Aug 8, 2021
@superolmo superolmo added this to To do in BigFiles v0.1.4 Aug 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

1 participant