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

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

--
Gitblit v1.8.0