Skip to content

Commit

Permalink
fix: remove variable in yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-hoenicke committed Jan 14, 2021
1 parent bb6bed3 commit 16ae488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jina/resources/executors._merge_matches_topk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requests:
- !SliceQL
with:
start: 0
end: $JINA_TOPK
end: 10 # is overwritten by the QueryLangDriver
traversal_paths: ['m']
ControlRequest:
- !ControlReqDriver {}

0 comments on commit 16ae488

Please sign in to comment.