aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-08 07:46:38 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-04-08 07:46:38 +0200
commit50192b8aab87eebad1df8d699355dae6024c6406 (patch)
treeabd3eadbec56dfdac649fbd4b303adc35fe92484 /conf
parentMerged in jaesivsm/pyaggr3g470r (pull request #7) (diff)
downloadnewspipe-50192b8aab87eebad1df8d699355dae6024c6406.tar.gz
newspipe-50192b8aab87eebad1df8d699355dae6024c6406.tar.bz2
newspipe-50192b8aab87eebad1df8d699355dae6024c6406.zip
The minimum error count is now specified in the configuration file.
Diffstat (limited to 'conf')
-rw-r--r--conf/conf.cfg-sample1
1 files changed, 1 insertions, 0 deletions
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
bgstack15