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

This reverts commit 1b6da6db1f.
This commit is contained in:
Liu
2026-05-01 12:45:35 +08:00
parent e75fe04b77
commit 5aca5c5f28
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,
)