From 86001ee395769972921a5b1d0c39c5f03003480a Mon Sep 17 00:00:00 2001 From: metasal <54984459+metasal1@users.noreply.github.com> Date: Mon, 31 Mar 2025 20:13:36 +1100 Subject: [PATCH] Updated example create task queue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e76bbed..901be9d 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ Note that the `funding-amount` you specify is not inclusive of the 1 SOL minimum ```bash tuktuk -u task-queue create --name --capacity 10 --funding-amount 100000000 --queue-authority --crank-reward 1000000 +tuktuk -u task-queue create --name --capacity 10 --funding-amount 1000000000 --queue-authority --min-crank-reward 1000000 --stale-task-age ``` The queue capacity is the maximum number of tasks that can be queued at once. Higher capacity means more tasks can be queued, but it also costs more rent in SOL.