From a59e0304dffc82b874c0d4ab40a73983ff0d1262 Mon Sep 17 00:00:00 2001 From: maite Date: Wed, 13 Jan 2021 16:47:03 -0300 Subject: [PATCH] added 'verbose' argument to config file --- config.yml.default | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yml.default b/config.yml.default index cfcb07f..a23ef2e 100644 --- a/config.yml.default +++ b/config.yml.default @@ -18,6 +18,7 @@ database: runargs: inputfilepath: input-example.txt dontprobefilepath: dontprobefile.txt + verbose: true concurrency: 100 ccmax: 100 maxretry: 2