### What problem does this PR solve?

### Type of change

- [x] Refactoring
This commit is contained in:
Kevin Hu
2025-01-15 14:06:46 +08:00
committed by GitHub
parent 713f38090b
commit e478586a8e
5 changed files with 6 additions and 10 deletions

View File

@ -45,7 +45,7 @@ from rag.settings import print_rag_settings
def update_progress():
while True:
time.sleep(3)
time.sleep(6)
try:
DocumentService.update_progress()
except Exception: