mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Refactor. (#4487)
### What problem does this PR solve? ### Type of change - [x] Refactoring
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user