From 20f465bb72df05facfd696b40f6594aa57109189 Mon Sep 17 00:00:00 2001 From: Gusto Date: Thu, 17 Aug 2023 18:38:58 +0300 Subject: [PATCH] Increase template stalled threshold --- scripts/config_builder/template.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/config_builder/template.json b/scripts/config_builder/template.json index 3bc3673..585e7ac 100644 --- a/scripts/config_builder/template.json +++ b/scripts/config_builder/template.json @@ -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 } } ],