Disable logging for graph database lock acquisition and release
This commit is contained in:
parent
c5d0962872
commit
6a969e8de4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue