Soumik555 commited on
Commit
5022fdb
·
1 Parent(s): e5b7502
Files changed (1) hide show
  1. controller.py +1 -1
controller.py CHANGED
@@ -608,7 +608,7 @@ current_langchain_chart_key_index = 0
608
  current_langchain_chart_lock = threading.Lock()
609
 
610
 
611
- # Use a process pool to run CPU-bound chart generation
612
  process_executor = ProcessPoolExecutor(max_workers=max_cpus-2)
613
 
614
  # --- GROQ-BASED CHART GENERATION ---
 
608
  current_langchain_chart_lock = threading.Lock()
609
 
610
 
611
+ # Use a process pool to run CPU-bound charts generation
612
  process_executor = ProcessPoolExecutor(max_workers=max_cpus-2)
613
 
614
  # --- GROQ-BASED CHART GENERATION ---