We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476c0fc commit 63b23e3Copy full SHA for 63b23e3
1 file changed
src/backend/dimse/mwl.rs
@@ -32,8 +32,8 @@ impl MwlService for DimseMwlService {
32
async fn search(&self, request: MwlSearchRequest) -> MwlSearchResponse {
33
let mut identifier = InMemDicomObject::new_empty();
34
35
- // There are always at least 10 attributes + the query retrieve level
36
- let mut attributes = Vec::with_capacity(11);
+ // There are always at least 23 attributes + the query retrieve level
+ let mut attributes = Vec::with_capacity(24);
37
38
let default_tags = WORKITEM_SEARCH_TAGS;
39
0 commit comments