From f7bd858fea4fd4b142bb3cef6fec751c5ad3b1f5 Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Mon, 1 Dec 2025 18:46:42 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BC=98=E5=8C=96=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/xiaozhi-server/core/connection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/xiaozhi-server/core/connection.py b/main/xiaozhi-server/core/connection.py index 531e1e0e..31bfa0c6 100644 --- a/main/xiaozhi-server/core/connection.py +++ b/main/xiaozhi-server/core/connection.py @@ -71,7 +71,7 @@ class ConnectionHandler: self.need_bind = False # 是否需要绑定设备 self.bind_code = None # 绑定设备的验证码 self.last_bind_prompt_time = 0 # 上次播放绑定提示的时间戳(秒) - self.bind_prompt_interval = 30 # 绑定提示播放间隔(秒) + self.bind_prompt_interval = 60 # 绑定提示播放间隔(秒) self.read_config_from_api = self.config.get("read_config_from_api", False)