We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 076d31f + 2e0ffab commit d5f56f0Copy full SHA for d5f56f0
1 file changed
weaviate/collections/batch/base.py
@@ -934,7 +934,7 @@ def _shutdown(self) -> None:
934
# self.__batch_stream will set the shutdown event when it receives
935
# the stop message from the server
936
while self.__any_threads_alive():
937
- time.sleep(1)
+ time.sleep(0.05)
938
logger.warning("Send & receive threads finished.")
939
940
# copy the results to the public results
0 commit comments