mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-07-12 11:30:36 +00:00

### What problem does this PR solve? Switching threading.Lock() to asyncio.Lock(), since threading.Lock() is blocking. ### Type of change - [x] Performance Improvement