Divers : Interro 27

This commit is contained in:
2026-05-08 15:36:18 +02:00
parent 428692f6c8
commit 26d02b0987
7 changed files with 70 additions and 15 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ def process_copy_group(group_key, files):
# Run ThreadPool on GROUPS (Copies), not individual files
# Each thread handles one student's full exam copy sequentially
with ThreadPoolExecutor(max_workers=12) as executor:
with ThreadPoolExecutor(max_workers=16) as executor:
# Convert dict items to arguments for map
# executor.map expects a function and an iterable.
# We use a lambda or separate function to unpack the tuple if needed,