File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -187,16 +187,16 @@ Your autoloop budget is refreshed based on a configurable interval. You can
187187specify how often the budget is going to refresh by using the ` setparams ` loop
188188command:
189189```
190- loop setparams --autobudgetrefreshperiod={duration in seconds }
190+ loop setparams --autobudgetrefreshperiod={duration}
191191```
192192
193193
194194If your autolooper has used up its budget, and you would like to top it up, you
195195can do so by either increasing the overall budget amount, or by decreasing the
196196refresh 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
You can’t perform that action at this time.
0 commit comments