From 9c58db49b0e6f6fb11771db348907adeef78cf8c Mon Sep 17 00:00:00 2001 From: leandro Date: Wed, 11 Feb 2026 20:54:35 -0300 Subject: [PATCH] (hotfix) Disabled Stress Test NE --- Documents/Templates/Expeditions/Template_v1.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documents/Templates/Expeditions/Template_v1.cshtml b/Documents/Templates/Expeditions/Template_v1.cshtml index 211e3b1..b4e8fde 100644 --- a/Documents/Templates/Expeditions/Template_v1.cshtml +++ b/Documents/Templates/Expeditions/Template_v1.cshtml @@ -270,7 +270,7 @@ @if (Model.Items != null && Model.Items.Count > 0) { - int repeat = 100; // ← poné 1 para desactivar el stress-test + int repeat = 1; // ← poné 1 para desactivar el stress-test for (int r = 0; r < repeat; r++) {