From fcd34a9ff31f430d7b441e1e63b451a8cca599e1 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Fri, 7 Nov 2025 18:19:09 +0800 Subject: [PATCH] perf: no longer resp enabled platform count in /info --- pkg/api/http/controller/groups/system.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/api/http/controller/groups/system.py b/pkg/api/http/controller/groups/system.py index 1fe04136..82200b1c 100644 --- a/pkg/api/http/controller/groups/system.py +++ b/pkg/api/http/controller/groups/system.py @@ -13,7 +13,6 @@ class SystemRouterGroup(group.RouterGroup): data={ 'version': constants.semantic_version, 'debug': constants.debug_mode, - 'enabled_platform_count': len(self.ap.platform_mgr.get_running_adapters()), 'enable_marketplace': self.ap.instance_config.data.get('plugin', {}).get( 'enable_marketplace', True ),