You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the size of the MasterFat is said to be suspicious if it's higher than 100M.
In my case, since the file is bigger than 100GB - the total size is something like 27731*4096 ~ 108MB - so I was wondering if there is any way to turn this constrain into variable which can be overwritten in the user's application.
I had to monkey-patch the code to make it work, which is error prone and not sustainable at all.
Thanks in Advance!
The text was updated successfully, but these errors were encountered:
Hi,
At the line
compoundfiles/compoundfiles/reader.py
Line 439 in dd68dec
the size of the
MasterFat
is said to be suspicious if it's higher than 100M.In my case, since the file is bigger than 100GB - the total size is something like 27731*4096 ~ 108MB - so I was wondering if there is any way to turn this constrain into variable which can be overwritten in the user's application.
I had to monkey-patch the code to make it work, which is error prone and not sustainable at all.
Thanks in Advance!
The text was updated successfully, but these errors were encountered: