Aleksandr Bukata

Results 1 comments of Aleksandr Bukata

There are more problems with stream results than that I faced problem here `self.settings = self.settings or {}` Solved it that way: ``` collections_cursor.set_stream_results(True, 500000) collections_cursor._settings = {"max_block_size": 500000} collections_cursor.settings...