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

fix(config)!: fix concurrency default & docs #18651

Merged
merged 8 commits into from
Sep 26, 2023
Merged
Changes from 1 commit
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
3 changes: 0 additions & 3 deletions src/sinks/util/service/concurrency.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,6 @@ This can be set either to one of the below enum values or to a uint, which denot
a fixed concurrency limit."#,
);
metadata.add_custom_attribute(CustomAttribute::kv("docs::enum_tagging", "external"));
metadata.add_custom_attribute(CustomAttribute::kv("docs::examples", "none"));
metadata.add_custom_attribute(CustomAttribute::kv("docs::examples", "adaptive"));
metadata.add_custom_attribute(CustomAttribute::kv("docs::examples", 128));
Copy link
Contributor Author

@dsmith3197 dsmith3197 Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding these examples unfortunately caused the website build to fail, so I'm omitting them.

metadata
}

Expand Down