mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Avoid calls to nlinks() in worker processes
This commit is contained in:
parent
751c6942f9
commit
8582154527
@ -530,6 +530,7 @@ def virtualize_html(container, name, link_uid, link_to_map, virtualized_names):
|
||||
def process_book_files(names, container_dir, opfpath, virtualize_resources, link_uid, data_for_clone, container=None):
|
||||
if container is None:
|
||||
container = SimpleContainer(container_dir, opfpath, default_log, clone_data=data_for_clone)
|
||||
container.cloned = False
|
||||
link_to_map = {}
|
||||
html_data = {}
|
||||
virtualized_names = set()
|
||||
|
Loading…
x
Reference in New Issue
Block a user