(hotfix) Disabled Stress Test NE
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 29m17s
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 29m17s
This commit is contained in:
parent
d7305ef0b4
commit
9c58db49b0
@ -270,7 +270,7 @@
|
||||
<tbody>
|
||||
@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++)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user