Spanicin commited on
Commit
ae133d9
·
verified ·
1 Parent(s): e7cd9d2

Update app_parallel.py

Browse files
Files changed (1) hide show
  1. app_parallel.py +1 -1
app_parallel.py CHANGED
@@ -28,7 +28,7 @@ from concurrent.futures import ProcessPoolExecutor, as_completed, ThreadPoolExec
28
  # load_dotenv()
29
 
30
  # Initialize ProcessPoolExecutor for parallel processing
31
- executor = ThreadPoolExecutor(max_workers=2)
32
 
33
 
34
  class AnimationConfig:
 
28
  # load_dotenv()
29
 
30
  # Initialize ProcessPoolExecutor for parallel processing
31
+ executor = ThreadPoolExecutor(max_workers=3)
32
 
33
 
34
  class AnimationConfig: