Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENT-10930: Fixed rendering for list #3115

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions reference/components/cf-agent.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading