Skip to content

Commit

Permalink
updated reindex limit
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Nov 4, 2024
1 parent 83faf92 commit 3b5ef50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbconf/modules/bedfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ def reindex_qdrant(self) -> None:
"""
bb_client = BBClient()

annotation_result = self.get_ids_list(limit=10, genome=QDRANT_GENOME)
annotation_result = self.get_ids_list(limit=100000, genome=QDRANT_GENOME)

if not annotation_result.results:
_LOGGER.error("No bed files found.")
Expand Down

0 comments on commit 3b5ef50

Please sign in to comment.