From abd6d2381b39009f8bd9faf47ddf4535a1596fdc Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期三, 04 十二月 2019 13:24:47 +0800
Subject: [PATCH] add pollChannelCount to PollConfig

---
 es.proto |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/es.proto b/es.proto
index 0e8e580..acfaf93 100644
--- a/es.proto
+++ b/es.proto
@@ -8,6 +8,7 @@
     string faceFeature  =3;
     float  compareScore =4;
     int32  enable       =5;
+    string analyServerId =6;
 }
 
 message Dbperson{

--
Gitblit v1.8.0