Merge pull request '(hotfix) Disabled Stress Test NE' (#2) from feature/leandro/feat-salida-material into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 36m51s
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 36m51s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/2
This commit is contained in:
commit
6e22969787
@ -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++)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user