We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1f485 commit 7aca789Copy full SHA for 7aca789
helpers/caching/vae.py
@@ -794,7 +794,7 @@ def process_buckets(self):
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) >= self.max_workers:
+ if len(futures) >= 4:
798
futures = self._process_futures(futures, executor)
799
800
try:
0 commit comments