mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 11:55:40 +01:00
Add explanation of order in which rate variables are taken into account if existant.
This commit is contained in:
parent
39b48e083c
commit
f38cff13d6
1 changed files with 3 additions and 1 deletions
|
|
@ -93,7 +93,9 @@ providers // array of tables, each entry to be mirrored or listed
|
|||
```
|
||||
|
||||
Rates are specified as floats in HTTPS operations per second.
|
||||
0 means no limit.
|
||||
0 means no limit. The rates can be specified per provider. Any provider
|
||||
which has no specified rate will use the configured default. If
|
||||
no default was configured, the internal default with no limits is used.
|
||||
|
||||
`providers` is an array of tables, each allowing
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue