diff --git a/README.md b/README.md index e76bbed..8c2c995 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Next, create a task queue. A task queue has a default crank reward that will be Note that the `funding-amount` you specify is not inclusive of the 1 SOL minimum deposit. The funding amount will be used to pay the fees for tasks queued recursively (ie, by other tasks). ```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 100000000 --queue-authority --min-crank-reward 1000000 --stake-task-age 172800 ``` 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. diff --git a/docsite/src/pages/docs/learn/create_a_task_queue.md b/docsite/src/pages/docs/learn/create_a_task_queue.md index 858e029..2ebf3b8 100644 --- a/docsite/src/pages/docs/learn/create_a_task_queue.md +++ b/docsite/src/pages/docs/learn/create_a_task_queue.md @@ -7,7 +7,7 @@ Next, create a task queue. A task queue has a default crank reward that will be Note that the `funding-amount` you specify is not inclusive of the 1 SOL minimum deposit. The funding amount will be used to pay the fees for tasks queued recursively (ie, by other tasks). ```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 100000000 --queue-authority --min-crank-reward 1000000 --stale-task-age 172800 ``` 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. \ No newline at end of file