From a1d5747cfd8144da30b42054a6587377736a6ed3 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Mon, 7 Oct 2013 18:36:15 +0200 Subject: Make min_tag_combination_count configurable at runtime --- taginfo-config-example.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'taginfo-config-example.json') 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. -- cgit v1.2.3