From 2bfb047ea9844c14b4c895162de576c7f4858070 Mon Sep 17 00:00:00 2001 From: Earle Lowe Date: Fri, 1 Nov 2024 08:52:13 -0700 Subject: [PATCH] Add new flag to initial-config --- chia/util/initial-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chia/util/initial-config.yaml b/chia/util/initial-config.yaml index f913ae4c9b54..36785c3452bc 100644 --- a/chia/util/initial-config.yaml +++ b/chia/util/initial-config.yaml @@ -160,6 +160,7 @@ harvester: # Plots are searched for in the following directories plot_directories: [] recursive_plot_scan: False # If True the harvester scans plots recursively in the provided directories. + recursive_follow_links: False # If True the harvester follows symlinks when scanning for plots recursively ssl: private_crt: "config/ssl/harvester/private_harvester.crt"