SergeyO7 commited on
Commit
3e9c5a1
·
verified ·
1 Parent(s): 7124d2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ async def process_question(agent, question_text: str, task_id: str, results_log:
70
  """Process a single question with global rate limiting."""
71
  submitted_answer = None
72
  max_retries = 3
73
- retry_delay = 5 # 6 seconds for 10 RPM
74
 
75
  for attempt in range(max_retries):
76
  try:
 
70
  """Process a single question with global rate limiting."""
71
  submitted_answer = None
72
  max_retries = 3
73
+ retry_delay = 4 # 6 seconds for 10 RPM
74
 
75
  for attempt in range(max_retries):
76
  try: