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"