From 828d152203c243966f80485adbae31d8ce942ff9 Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 16 Nov 2021 13:01:51 +0530 Subject: [PATCH] Changelog: Add entry for removing max iters and timeout between iters config options --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cf8edab4..22cc8d781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - Azure credential collector, because it was broken (not gathering credentials). #1535 - Custom monkey directory name config option. #1537 - Hostname system info collector. #1535 +- Max iterations and timeout between iterations config options. #1600 ### Fixed - A bug in network map page that caused delay of telemetry log loading. #1545