[importers] Also speed up koreader imports

This commit is contained in:
2026-05-26 09:14:01 -04:00
parent 760d453165
commit 768819b664
3 changed files with 45 additions and 7 deletions

View File

@ -188,6 +188,7 @@ class KoReaderImport(BaseFileImportMixin):
return path
sqlite_file = models.FileField(upload_to=get_path, **BNULL)
webdav_etag = models.CharField(max_length=255, **BNULL)
def save_sqlite_file_to_self(self, file_path):
with open(file_path, "rb") as f: