mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Handle the catalog thumbnail cache becoming larger than 2GB
This commit is contained in:
parent
8a5a7a5975
commit
dfcadabf14
@ -3879,7 +3879,7 @@ Author '{0}':
|
|||||||
|
|
||||||
def open_archive(mode='r'):
|
def open_archive(mode='r'):
|
||||||
try:
|
try:
|
||||||
return ZipFile(self.__archive_path, mode=mode)
|
return ZipFile(self.__archive_path, mode=mode, allowZip64=True)
|
||||||
except:
|
except:
|
||||||
# Happens on windows if the file is opened by another
|
# Happens on windows if the file is opened by another
|
||||||
# process
|
# process
|
||||||
|
Loading…
x
Reference in New Issue
Block a user