mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-24 21:32:41 +00:00
Disable logging for graph database lock acquisition and release
This commit is contained in:
parent
c5d0962872
commit
6a969e8de4
@ -523,7 +523,7 @@ async def extract_entities(
|
||||
|
||||
from .kg.shared_storage import get_graph_db_lock
|
||||
|
||||
graph_db_lock = get_graph_db_lock(enable_logging=True)
|
||||
graph_db_lock = get_graph_db_lock(enable_logging=False)
|
||||
|
||||
# Ensure that nodes and edges are merged and upserted atomically
|
||||
async with graph_db_lock:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user