Skip to content

Commit d5f56f0

Browse files
authored
Merge branch 'main' into modules/cohere-reranker-baseurl
2 parents 076d31f + 2e0ffab commit d5f56f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weaviate/collections/batch/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ def _shutdown(self) -> None:
934934
# self.__batch_stream will set the shutdown event when it receives
935935
# the stop message from the server
936936
while self.__any_threads_alive():
937-
time.sleep(1)
937+
time.sleep(0.05)
938938
logger.warning("Send & receive threads finished.")
939939

940940
# copy the results to the public results

0 commit comments

Comments
 (0)