From f3b339e043822208daee656c86354c8caf69aaac Mon Sep 17 00:00:00 2001 From: Anton M Date: Wed, 22 Nov 2023 20:54:48 +0400 Subject: [PATCH] doc typo fix --- docs/plugin_settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin_settings.md b/docs/plugin_settings.md index 957b51d..462397e 100644 --- a/docs/plugin_settings.md +++ b/docs/plugin_settings.md @@ -28,7 +28,7 @@ The amount of seconds system will wait between executing each Compliance Test. Compliance Test execution may cause a lot of DB queries, because Compliance Test is dynamic by its nature and the system cannot prefetch all the required instances before the test. If you're realizing that `Run Compliance Tests` script overwhelms your DB with a lot of queries, you can adjust this setting to spread the queries over time. -# result_batch_size +### result_batch_size *Default:* `500`