mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-06 21:05:39 +00:00
Update log message for in-memory DB persistence
This commit is contained in:
parent
58d519f133
commit
5f27d42fd9
@ -1048,7 +1048,7 @@ class LightRAG:
|
|||||||
]
|
]
|
||||||
await asyncio.gather(*tasks)
|
await asyncio.gather(*tasks)
|
||||||
|
|
||||||
log_message = "All data persist to disk"
|
log_message = "In memory DB persist to disk"
|
||||||
logger.info(log_message)
|
logger.info(log_message)
|
||||||
|
|
||||||
if pipeline_status is not None and pipeline_status_lock is not None:
|
if pipeline_status is not None and pipeline_status_lock is not None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user