Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion weaviate/collections/batch/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ def _shutdown(self) -> None:
# self.__batch_stream will set the shutdown event when it receives
# the stop message from the server
while self.__any_threads_alive():
time.sleep(1)
time.sleep(0.05)
logger.warning("Send & receive threads finished.")

# copy the results to the public results
Expand Down
Loading