diff options
| author | EnderByEndera <[email protected]> | 2020-12-31 14:42:59 +0800 |
|---|---|---|
| committer | EnderByEndera <[email protected]> | 2020-12-31 14:42:59 +0800 |
| commit | e1bca343806707ba8f7180bb1e8e7095f8b4c4f1 (patch) | |
| tree | 0db1c44dabc164304cd7d3cc714118c42c90dbdf /static | |
| parent | 48ee10695238c01aa8e7f5380d0c57f0c57721da (diff) | |
1. update EvaluatePathRule func, make it a little
faster
2. updated all the test to fit Jenkins test
Diffstat (limited to 'static')
| -rw-r--r-- | static/rules/pathrules.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/rules/pathrules.json b/static/rules/pathrules.json index 6e2e93d..c48b038 100644 --- a/static/rules/pathrules.json +++ b/static/rules/pathrules.json @@ -1 +1,4 @@ -[{"Path":"/root/go/src/commdetection/rules","Coefficient":0.7}]
\ No newline at end of file +[{ + "Path": "/root/go/src/commdetection", + "Coefficient": 0.7 +}]
\ No newline at end of file |
