feat: add 1 to the production config task to make sure it works when under 5

This commit is contained in:
2025-05-01 22:52:15 -03:00
parent b0a7ade916
commit f778429f2c

View File

@ -46,15 +46,15 @@ task_audit_program: "dist/main.js"
## Round Time ## ## Round Time ##
# Duration of task, measured in slots (with each slot approximately equal to 408ms). Should be at least 800 slots. # Duration of task, measured in slots (with each slot approximately equal to 408ms). Should be at least 800 slots.
# See https://www.koii.network/docs/concepts/what-are-tasks/what-are-tasks/gradual-consensus for more information on how round time, audit window, and submission window work. # See https://www.koii.network/docs/concepts/what-are-tasks/what-are-tasks/gradual-consensus for more information on how round time, audit window, and submission window work.
round_time: 5000 round_time: 3000
## Audit Window ## ## Audit Window ##
# The audit window should be at least 1/3 of the round time. # The audit window should be at least 1/3 of the round time.
audit_window: 2200 audit_window: 1300
## Submission Window ## ## Submission Window ##
# The submission window should be at least 1/3 of the round time. # The submission window should be at least 1/3 of the round time.
submission_window: 2200 submission_window: 1300
## Minimum Stake Amount ## ## Minimum Stake Amount ##
# The minimum amount of KOII or KPL that a user must stake in order to participate in the task. # The minimum amount of KOII or KPL that a user must stake in order to participate in the task.
@ -76,7 +76,7 @@ total_bounty_amount: 12000
## Bounty Amount per Round ## ## Bounty Amount per Round ##
# The maximum amount that can be distributed per round. # The maximum amount that can be distributed per round.
# If the actual distribution per round exceeds this amount, the distribution list will fail. # If the actual distribution per round exceeds this amount, the distribution list will fail.
bounty_amount_per_round: 2000 bounty_amount_per_round: 2001
## Allowed Failed Distributions ## ## Allowed Failed Distributions ##
# Number of retries allowed for the distribution list if it is fails audit. # Number of retries allowed for the distribution list if it is fails audit.