Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-space-invader committed Nov 12, 2024
1 parent b01d138 commit 7ad7d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qdrant_client/uploader/rest_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def start(
cls,
collection_name: Optional[str] = None,
uri: str = "http://localhost:6333",
max_retries: int = 5,
max_retries: int = 3,
**kwargs: Any,
) -> "RestBatchUploader":
if not collection_name:
Expand Down

0 comments on commit 7ad7d57

Please sign in to comment.