Commit 3794f083 by zhiwei

修改预警阙值

parent 229af72b
...@@ -53,13 +53,13 @@ public class MainThread extends Thread { ...@@ -53,13 +53,13 @@ public class MainThread extends Thread {
static ESUtil es = new ESUtil(); static ESUtil es = new ESUtil();
static Map<String, Integer> counts = new HashMap<>(); static Map<String, Integer> counts = new HashMap<>();
static { static {
counts.put("网媒", 1200); counts.put("网媒", 1000);
counts.put("微博", 2000); counts.put("微博", 2000);
counts.put("微信", 3500); counts.put("微信", 3500);
counts.put("知乎", 300); counts.put("知乎", 300);
counts.put("平媒", 300); counts.put("平媒", 10);
counts.put("今日头条", 1000); counts.put("今日头条", 600);
counts.put("贴吧", 250); counts.put("贴吧", 50);
counts.put("论坛", 30); counts.put("论坛", 30);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment