danicor commited on
Commit
5e9d853
·
verified ·
1 Parent(s): e1155d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ class TranslationOrchestrator:
72
 
73
  name = os.getenv(name_key, f"Worker {worker_index}")
74
  priority = int(os.getenv(f"WORKER_{worker_index}_PRIORITY", "1"))
75
- max_concurrent = int(os.getenv(f"WORKER_{worker_index}_MAX_CONCURRENT", "3"))
76
 
77
  worker_id = f"worker_{worker_index}"
78
  config = WorkerConfig(
 
72
 
73
  name = os.getenv(name_key, f"Worker {worker_index}")
74
  priority = int(os.getenv(f"WORKER_{worker_index}_PRIORITY", "1"))
75
+ max_concurrent = int(os.getenv(f"WORKER_{worker_index}_MAX_CONCURRENT", "1"))
76
 
77
  worker_id = f"worker_{worker_index}"
78
  config = WorkerConfig(