修改个人信息推断启动时间

This commit is contained in:
梦溪畔
2025-04-16 23:25:24 +08:00
committed by GitHub
parent 49a60bc3e2
commit b62b3abf70

View File

@@ -358,7 +358,7 @@ class PersonInfoManager:
"""启动个人信息推断,每天根据一定条件推断一次"""
try:
while 1:
await asyncio.sleep(60)
await asyncio.sleep(600)
current_time = datetime.datetime.now()
logger.info(f"个人信息推断启动: {current_time.strftime('%Y-%m-%d %H:%M:%S')}")