From e4ebc3718619c75e17f4249140bd34154c618991 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Tue, 21 Nov 2023 11:16:32 -0600 Subject: [PATCH] Fixed rendering for list Without a blank line, the list renders all on a single line. --- reference/components/cf-agent.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/components/cf-agent.markdown b/reference/components/cf-agent.markdown index 5f1acf996..74947a0a3 100644 --- a/reference/components/cf-agent.markdown +++ b/reference/components/cf-agent.markdown @@ -884,6 +884,7 @@ body agent control ``` **Notes:** + * A value of `0` means no locking, all promises will be executed each execution if in context. This also disables function caching. * This is not a reliable way to control frequency over a long period of time. * Locks provide simple but weak frequency control.