Increase template stalled threshold

This commit is contained in:
Gusto 2023-08-17 18:38:58 +03:00
parent 913a6077bf
commit 20f465bb72

View File

@ -25,7 +25,8 @@
"step_time": "100ms",
"runner_settings": "Sync",
"stream_settings": {
"path": "output/100_3_33_1_view_1.json"
"path": "output/100_3_33_1_view_1.json",
"format": "json"
},
"node_count": 100,
"views_count": 10,
@ -37,7 +38,7 @@
"stalled_view": {
"consecutive_viewed_checkpoint": null,
"criterion": 0,
"threshold": 10
"threshold": 100
}
}
],