Revert "修复菜单插件超时拖慢主链路问题"

This reverts commit 1b6da6db1f.
This commit is contained in:
Liu
2026-05-01 12:12:55 +08:00
parent a9c3518b4a
commit 34adefa931
5 changed files with 11 additions and 51 deletions

View File

@@ -20,7 +20,6 @@ _command_catalog_tool = RobotMenuRenderTool(
image_fallback_to_text=True,
image_render_timeout_seconds=30,
image_render_retries=1,
sync_send_timeout_seconds=10,
image_template_path="plugins/robot_menu/templates/menu_cards.html",
log=LOG,
)