aboutsummaryrefslogtreecommitdiffstats
path: root/bin/common/datasource.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/common/datasource.json')
-rwxr-xr-xbin/common/datasource.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/common/datasource.json b/bin/common/datasource.json
index 060b18e2..81d5c289 100755
--- a/bin/common/datasource.json
+++ b/bin/common/datasource.json
@@ -99,14 +99,15 @@
},
{
+ "_comment_" : "Only score 100 at a time to prevent run-away database overloading",
"key" : "0921-common-score",
"data" : "score_cves",
"source" : "common",
"name" : "Score",
"description" : "Score CVEs",
"cve_filter" : "",
- "init" : "bin/common/srtool_common.py --score-new-cves NEW",
- "update" : "bin/common/srtool_common.py --score-new-cves NEW",
+ "init" : "bin/common/srtool_common.py --score-new-cves NEW --count=100",
+ "update" : "bin/common/srtool_common.py --score-new-cves NEW --count=100",
"lookup" : "",
"update_frequency" : "0",
"_comment_" : "Update every 10 minutes",