commit 50463327de8cd35c6b2625b0cdb32ae00b3238e8 Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Jul 25 17:01:09 2016 +0200
Add missing = in properties template. --- src/main/resources/collector.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/collector.properties b/src/main/resources/collector.properties index 8996a1f..e7d41ae 100644 --- a/src/main/resources/collector.properties +++ b/src/main/resources/collector.properties @@ -94,7 +94,7 @@ DownloadMissingMicrodescriptors = true # ## Download all server descriptors from the directory authorities at most ## once a day (only if DownloadRelayDescriptors is true) -DownloadAllServerDescriptors false +DownloadAllServerDescriptors = false # ## Download all extra-info descriptors from the directory authorities at ## most once a day (only if DownloadRelayDescriptors is true)