Compare commits

..

No commits in common. "6e229697873e7f1c72249af9adb7603d632b1710" and "d7305ef0b4d1a091cef988b04ca9e94506b810a8" have entirely different histories.

View File

@ -270,7 +270,7 @@
<tbody>
@if (Model.Items != null && Model.Items.Count > 0)
{
int repeat = 1; // ← poné 1 para desactivar el stress-test
int repeat = 100; // ← poné 1 para desactivar el stress-test
for (int r = 0; r < repeat; r++)
{