Skip to content

Commit 4798d36

Browse files
committed
Reduce max parallel workers from 8 to 5
1 parent d0f862e commit 4798d36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skills/doc-audit/scripts/run_audit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
)
5151

5252
# Maximum number of concurrent LLM API calls
53-
MAX_PARALLEL_WORKERS = 8
53+
MAX_PARALLEL_WORKERS = 5
5454

5555
# Default assets directory (relative to script)
5656
DEFAULT_ASSETS_DIR = _SCRIPT_DIR / ".." / "assets"

0 commit comments

Comments
 (0)