We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aca789 commit d05d585Copy full SHA for d05d585
helpers/caching/vae.py
@@ -793,9 +793,7 @@ def process_buckets(self):
793
794
# Now, see if we have any futures to complete, and execute them.
795
# Cleanly removes futures from the list, once they are completed.
796
- # However, processing these on each file read can be problematic, let's do it in batches.
797
- if len(futures) >= 4:
798
- futures = self._process_futures(futures, executor)
+ futures = self._process_futures(futures, executor)
799
800
try:
801
# Handle remainders after processing the bucket
0 commit comments