Skip to content

Commit 12ce45a

Browse files
authored
Merge pull request #593 from bhandras/autoloop-doc-correction
2 parents 52a08eb + 3be4844 commit 12ce45a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/autoloop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,16 +187,16 @@ Your autoloop budget is refreshed based on a configurable interval. You can
187187
specify how often the budget is going to refresh by using the `setparams` loop
188188
command:
189189
```
190-
loop setparams --autobudgetrefreshperiod={duration in seconds}
190+
loop setparams --autobudgetrefreshperiod={duration}
191191
```
192192

193193

194194
If your autolooper has used up its budget, and you would like to top it up, you
195195
can do so by either increasing the overall budget amount, or by decreasing the
196196
refresh interval. For example, if you want to set your autolooper to
197-
have a budget of 100k sats per 7 days (or 604800 seconds), you could set the following:
197+
have a budget of 100k sats every 168 hours, you could set the following:
198198
```
199-
loop setparams --autobudget=100000 --autobudgetrefreshperiod=604800
199+
loop setparams --autobudget=100000 --autobudgetrefreshperiod=168h
200200
```
201201

202202
## Dispatch Control

0 commit comments

Comments
 (0)