summaryrefslogtreecommitdiff
path: root/taginfo-config-example.json
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-10-07 18:36:15 +0200
committerJochen Topf <jochen@topf.org>2013-10-07 18:36:15 +0200
commita1d5747cfd8144da30b42054a6587377736a6ed3 (patch)
tree00efb5a00a5ca7116cbf38a41f31b81af9dbebbf /taginfo-config-example.json
parentc16b94047a36a6738c6f95eb24deddf6519cd1af (diff)
downloadtaginfo-a1d5747cfd8144da30b42054a6587377736a6ed3.tar
taginfo-a1d5747cfd8144da30b42054a6587377736a6ed3.tar.gz
Make min_tag_combination_count configurable at runtime
Diffstat (limited to 'taginfo-config-example.json')
-rw-r--r--taginfo-config-example.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/taginfo-config-example.json b/taginfo-config-example.json
index cea3424..0fcba46 100644
--- a/taginfo-config-example.json
+++ b/taginfo-config-example.json
@@ -64,6 +64,8 @@
// potentially "interesting", ie. create tag combination
// statistics for it.
"min_count_tags": 10000,
+ // Tag combinations not appearing this often are not written to database.
+ "min_tag_combination_count": 1000,
// Minimum number of relations per type to make this
// relation type "interesting", ie. to make it show
// up as a relation type.