From e915957fbc79d13e665f5c33ea02b189760e3120 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Tue, 19 Mar 2024 19:17:52 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2baa626..fe9c70b 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ mktxp edit -i verbose_mode = False # Set it on for troubleshooting - fetch_routers_in_parallel = False # Set to True if you want to fetch multiple routers parallel + fetch_routers_in_parallel = False # Set to True if you want to fetch multiple routers in parallel max_worker_threads = 5 # Max number of worker threads that can fetch routers (parallel fetch only) max_scrape_duration = 10 # Max duration of individual routers' metrics collection (parallel fetch only) total_max_scrape_duration = 30 # Max overall duration of all metrics collection (parallel fetch only)