# Retry Delay

Retry Delay measures how long the task will sleep for, every time it waits for a response.

Example with 1000 ms as retry delay:

Waiting for block to include transaction...

task sleeps for 1 second

Waiting for block to include transaction...

# Setup

You can either adjust retry delay in-bot interacting with the CLI menu, or can also simply edit the config.json file.

retry delay can also be changed when running, replacing it's value in config.json and saving it
retry delay can also be changed when running, replacing it's value in config.json and saving it

P.S. Retry delay is measured in milliseconds.