Fred808 commited on
Commit
d454b65
·
verified ·
1 Parent(s): 298adbb

Update processing_logic.py

Browse files
Files changed (1) hide show
  1. processing_logic.py +1 -1
processing_logic.py CHANGED
@@ -277,7 +277,7 @@ def process_rar_file(rar_path: str) -> List[Dict]:
277
  if os.path.exists(extract_dir):
278
  shutil.rmtree(extract_dir, ignore_errors=True)
279
 
280
- def process_hf_files_background(start_index: int = 5, limit: int = DEFAULT_RAR_LIMIT):
281
  """Background task to process HuggingFace files"""
282
  if not hf_api:
283
  log_message("❌ HuggingFace API not configured (missing HF_TOKEN)")
 
277
  if os.path.exists(extract_dir):
278
  shutil.rmtree(extract_dir, ignore_errors=True)
279
 
280
+ def process_hf_files_background(start_index: int = 10, limit: int = DEFAULT_RAR_LIMIT):
281
  """Background task to process HuggingFace files"""
282
  if not hf_api:
283
  log_message("❌ HuggingFace API not configured (missing HF_TOKEN)")