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

---
 fileanalysis.proto |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/fileanalysis.proto b/fileanalysis.proto
index da2c45c..9a8279f 100644
--- a/fileanalysis.proto
+++ b/fileanalysis.proto
@@ -10,12 +10,13 @@
     int32  sort         =5;
     string alias        =6;
     string snapshot_url =7;
-    bool   is_running   =8;
-    int32 progress      =9;
-    int32 ruleType      =10;
-    int32 status        =11;
-    string createTime   =12;
-    string updateTime   =13;
+    string duration     =8;
+    bool   is_running   =9;
+    int32 progress      =10;
+    int32 ruleType      =11;
+    int32 status        =12;
+    string createTime   =13;
+    string updateTime   =14;
 }
 
 message FileAnalysisSetting {

--
Gitblit v1.8.0