(hotfix) Disabled Stress Test NE #2

Merged
leandro merged 1 commits from feature/leandro/feat-salida-material into master 2026-02-11 23:57:09 +00:00
Showing only changes of commit 9c58db49b0 - Show all commits

View File

@ -270,7 +270,7 @@
<tbody> <tbody>
@if (Model.Items != null && Model.Items.Count > 0) @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++) for (int r = 0; r < repeat; r++)
{ {