Skip to content

Commit 3b5ef50

Browse files
committed
updated reindex limit
1 parent 83faf92 commit 3b5ef50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bbconf/modules/bedfiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ def reindex_qdrant(self) -> None:
870870
"""
871871
bb_client = BBClient()
872872

873-
annotation_result = self.get_ids_list(limit=10, genome=QDRANT_GENOME)
873+
annotation_result = self.get_ids_list(limit=100000, genome=QDRANT_GENOME)
874874

875875
if not annotation_result.results:
876876
_LOGGER.error("No bed files found.")

0 commit comments

Comments
 (0)