From 0d87c60fce789600a7322d25c3faf3ea0bcacb07 Mon Sep 17 00:00:00 2001 From: Julius Unverfehrt Date: Mon, 20 Jun 2022 11:43:33 +0200 Subject: [PATCH] parametrize download strategy --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 7f8cafa..4a52b80 100755 --- a/config.yaml +++ b/config.yaml @@ -7,7 +7,7 @@ service: response_folder: $RESPONSE_FOLDER|null # Specifies, how to handle the `page` key of a request. "multi" will download all pages matching the list of pages # specified in the request - download_strategy: single + download_strategy: $DOWNLOAD_STRATEGY|single probing_webserver: host: $PROBING_WEBSERVER_HOST|"0.0.0.0" # Probe webserver address