We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015f2e9 commit 1886293Copy full SHA for 1886293
nexus/src/app/background/tasks/support_bundle_collector.rs
@@ -124,10 +124,10 @@ struct BundleRequest {
124
// The set of data to be included within this bundle.
125
data_selection: HashSet<BundleDataCategory>,
126
127
- // The set of sets to be included within this bundle.
+ // The set of sleds to be included within this bundle.
128
//
129
// NOTE: This selection is only considered if "data_selection" requests
130
- // data from specific sleds.
+ // data from sleds.
131
sled_selection: HashSet<SledSelection>,
132
133
// The set of ereports to be included within this bundle.
0 commit comments