diff --git a/qdrant_client/uploader/rest_uploader.py b/qdrant_client/uploader/rest_uploader.py index a34ea4ca..49af545e 100644 --- a/qdrant_client/uploader/rest_uploader.py +++ b/qdrant_client/uploader/rest_uploader.py @@ -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: