From 50192b8aab87eebad1df8d699355dae6024c6406 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 8 Apr 2015 07:46:38 +0200 Subject: The minimum error count is now specified in the configuration file. --- conf/conf.cfg-sample | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/conf.cfg-sample b/conf/conf.cfg-sample index e5b2683b..b257a236 100644 --- a/conf/conf.cfg-sample +++ b/conf/conf.cfg-sample @@ -12,6 +12,7 @@ uri = postgres://pgsqluser:pgsqlpwd@127.0.0.1:5432/aggregator http_proxy = user_agent = pyAggr3g470r (https://bitbucket.org/cedricbonhomme/pyaggr3g470r) resolve_article_url = 0 +default_max_error = 6 [webserver] debug = 1 host = 0.0.0.0 -- cgit