From f778429f2c08ddf3098e4d59490baaebb211df2a Mon Sep 17 00:00:00 2001 From: HermanL02 Date: Thu, 1 May 2025 22:52:15 -0300 Subject: [PATCH] feat: add 1 to the production config task to make sure it works when under 5 --- worker/config-task-prod.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/worker/config-task-prod.yml b/worker/config-task-prod.yml index 551a730..99b999e 100644 --- a/worker/config-task-prod.yml +++ b/worker/config-task-prod.yml @@ -46,15 +46,15 @@ task_audit_program: "dist/main.js" ## Round Time ## # 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. -round_time: 5000 +round_time: 3000 ## Audit Window ## # The audit window should be at least 1/3 of the round time. -audit_window: 2200 +audit_window: 1300 ## Submission Window ## # The submission window should be at least 1/3 of the round time. -submission_window: 2200 +submission_window: 1300 ## Minimum Stake Amount ## # 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 ## # The maximum amount that can be distributed per round. # 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 ## # Number of retries allowed for the distribution list if it is fails audit.