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 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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

--
Gitblit v1.8.0