Skip to content

Commit 3bd6040

Browse files
committed
目录识别范围修改至100
1 parent 604d480 commit 3bd6040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mainprogress/pdf_metadata_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def has_toc_in_range(votes_dict, start_p, end_p):
305305
print(f"[INFO] {info_msg}")
306306
write_log(info_msg)
307307

308-
while current_limit < 60 and current_limit < total_pages:
308+
while current_limit < 100 and current_limit < total_pages:
309309
# 执行当前批次的扫描
310310
await run_batch(last_scanned + 1, current_limit + 1)
311311
last_scanned = current_limit

0 commit comments

Comments
 (0)