From f946512f64f1e2e9aa887f62f04f8ebedb53d810 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期三, 22 五月 2024 15:20:21 +0800
Subject: [PATCH] 优化重传, 修改为每次读取一条记录

---
 config/gat1400.yaml |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/config/gat1400.yaml b/config/gat1400.yaml
index 40ae1ce..a6ac000 100644
--- a/config/gat1400.yaml
+++ b/config/gat1400.yaml
@@ -1,12 +1,29 @@
 # web 鏈嶅姟閰嶇疆
 serve:
   # 璁惧畾妯″紡(debug/release/test,姝e紡鐗堟敼涓簉elease)
-  id: "11010500011121000001"
+  id: "12312312315031231233"
   mode: "debug"
   port: "1400"
-  host: "0.0.0.0"
-  password: "basic1400server"
-
+  host: "192.168.20.119"
+  username: "admin"
+  password: "Aa123456"
+  realm: "Basic Realm"
+  role: "cascade"
+client:
+  enable: true
+  device-id: "12312312315031200003"
+  username: "12312312315031200003"
+  password: "123456"
+  server-addr: "192.168.20.189"
+  server-port: 1400
+  proto: http
+  upload-type: binary
+  channel-number: "12312312315031200003"
+  heartbeat-interval: 30
+  heartbeat-count: 3
+nvcs:
+  model: ""
+  port : ""
 # 鏃ュ織閰嶇疆
 log:
   path: logs

--
Gitblit v1.8.0