Skip to content

Commit

Permalink
Fixing typo from seconds to minutes and updating some parts
Browse files Browse the repository at this point in the history
  • Loading branch information
swar committed May 11, 2021
1 parent 2f0574e commit 8062308
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.yaml.default
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a single variable that should contain the location of your chia executable file. This is the blockchain executable.
#
# WINDOWS EXAMPLE: C:\Users\Swar\AppData\Local\chia-blockchain\app-1.1.2\resources\app.asar.unpacked\daemon\chia.exe
# WINDOWS EXAMPLE: C:\Users\Swar\AppData\Local\chia-blockchain\app-1.1.5\resources\app.asar.unpacked\daemon\chia.exe
# LINUX EXAMPLE: /usr/lib/chia-blockchain/resources/app.asar.unpacked/daemon/chia
# LINUX2 EXAMPLE: /home/swar/chia-blockchain/venv/bin/chia
chia_location:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
# max_for_phase_1: The maximum number of plots on phase 1 for this job.
# concurrency_start_early_phase: The phase in which you want to start a plot early. It is recommended to use 4 for
# this field.
# concurrency_start_early_phase_delay: The maximum number of seconds to wait before a new plot gets kicked off when
# concurrency_start_early_phase_delay: The maximum number of minutes to wait before a new plot gets kicked off when
# the start early phase has been detected.
# temporary2_destination_sync: This field will always submit the destination directory as the temporary2 directory.
# These two directories will be in sync so that they will always be submitted as the
Expand All @@ -142,7 +142,7 @@ jobs:
bitfield: true
threads: 8
buckets: 128
memory_buffer: 5000
memory_buffer: 4000
max_concurrent: 6
max_concurrent_with_start_early: 7
stagger_minutes: 60
Expand All @@ -166,7 +166,7 @@ jobs:
bitfield: true
threads: 8
buckets: 128
memory_buffer: 5000
memory_buffer: 4000
max_concurrent: 2
max_concurrent_with_start_early: 3
stagger_minutes: 180
Expand Down

0 comments on commit 8062308

Please sign in to comment.