skip_full_destination #908
Unanswered
miguelcarv1973
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I did this config:
name: PLOTU_HG
max_plots: 60
farmer_public_key:
pool_public_key:
temporary_directory: U:\ChiaTemp
temporary2_directory:
destination_directory:
- H:\ChiaFinal
- G:\ChiaFinal
size: 32
bitfield: true
threads: 4
buckets: 128
memory_buffer: 3408
max_concurrent: 4
max_concurrent_with_start_early: 4
stagger_minutes: 60
max_for_phase_1: 2
concurrency_start_early_phase: 4
concurrency_start_early_phase_delay: 0
temporary2_destination_sync: false
skip_full_destinations: true
When the H drive was full the software did not ignore the H drive (skip_full_destinations: true), and should it only copy the plots to the G drive. It keep sending the plots to the H drive.
What I did wrong?
Miguel
Beta Was this translation helpful? Give feedback.
All reactions