From 2a80cd594d9f1d06afffd30ae53cd28960d637a3 Mon Sep 17 00:00:00 2001 From: Mzack9999 Date: Thu, 9 Oct 2025 01:18:37 +0200 Subject: [PATCH] updating docs --- README.md | 1 + README_CN.md | 1 + README_ES.md | 1 + README_ID.md | 1 + README_KR.md | 1 + README_PT-BR.md | 1 + 6 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 490b60709..de24dc24d 100644 --- a/README.md +++ b/README.md @@ -286,6 +286,7 @@ RATE-LIMIT: -jsc, -js-concurrency int maximum number of javascript runtimes to be executed in parallel (default 120) -pc, -payload-concurrency int max payload concurrency for each template (default 25) -prc, -probe-concurrency int http probe concurrency with httpx (default 50) + -tlc, -template-loading-concurrency int maximum number of concurrent template loading operations (default 50) OPTIMIZATIONS: -timeout int time to wait in seconds before timeout (default 10) diff --git a/README_CN.md b/README_CN.md index 99f150e6e..5fb4dd14e 100644 --- a/README_CN.md +++ b/README_CN.md @@ -238,6 +238,7 @@ UNCOVER引擎: -c, -concurrency int 并行执行的最大模板数量(默认:25) -hbs, -headless-bulk-size int 每个模板并行运行的无头主机最大数量(默认:10) -headc, -headless-concurrency int 并行指定无头主机最大数量(默认:10) + -tlc, -template-loading-concurrency int 最大并发模板加载操作数(默认:50) 优化: diff --git a/README_ES.md b/README_ES.md index 27f60ee8b..ec7949efe 100644 --- a/README_ES.md +++ b/README_ES.md @@ -244,6 +244,7 @@ RATE-LIMIT: -headc, -headless-concurrency int número máximo de plantillas headless a ejecutar en paralelo (por defecto 10) -jsc, -js-concurrency int número máximo de entornos de ejecución de JavaScript a ejecutar en paralelo (por defecto 120) -pc, -payload-concurrency int concurrencia máxima de carga útil para cada plantilla (por defecto 25) + -tlc, -template-loading-concurrency int número máximo de operaciones de carga de plantillas concurrentes (por defecto 50) OPTIMIZATIONS: -timeout int tiempo de espera en segundos (por defecto 10) diff --git a/README_ID.md b/README_ID.md index 05c163c23..459352b4d 100644 --- a/README_ID.md +++ b/README_ID.md @@ -211,6 +211,7 @@ RATE-LIMIT: -c, -concurrency int maximum number of templates to be executed in parallel (default 25) -hbs, -headless-bulk-size int maximum number of headless hosts to be analyzed in parallel per template (default 10) -headc, -headless-concurrency int maximum number of headless templates to be executed in parallel (default 10) + -tlc, -template-loading-concurrency int maximum number of concurrent template loading operations (default 50) OPTIMIZATIONS: -timeout int time to wait in seconds before timeout (default 10) diff --git a/README_KR.md b/README_KR.md index 6181c866b..d0828564a 100644 --- a/README_KR.md +++ b/README_KR.md @@ -209,6 +209,7 @@ RATE-LIMIT: -c, -concurrency int 병렬로 실행할 최대 템플릿 수 (기본값 25) -hbs, -headless-bulk-size int 템플릿당 병렬로 분석할 최대 headless 호스트 수 (기본값 10) -headc, -headless-concurrency int 병렬로 실행할 최대 headless 템플릿 수 (기본값 10) + -tlc, -template-loading-concurrency int 최대 동시 템플릿 로딩 작업 수 (기본값 50) OPTIMIZATIONS: -timeout int 타임아웃 전에 기다릴 초 수 (기본값 10) diff --git a/README_PT-BR.md b/README_PT-BR.md index 012f878f7..e63a3d8a1 100644 --- a/README_PT-BR.md +++ b/README_PT-BR.md @@ -244,6 +244,7 @@ RATE-LIMIT: -headc, -headless-concurrency int número máximo de templates headless a serem executados em paralelo (padrão 10) -jsc, -js-concurrency int número máximo de ambientes de execução de JavaScript a serem executados em paralelo (padrão 120) -pc, -payload-concurrency int concorrência máxima de payload para cada template (padrão 25) + -tlc, -template-loading-concurrency int número máximo de operações de carregamento de templates concorrentes (padrão 50) OPTIMIZATIONS: -timeout int tempo limite em segundos (padrão 10)