1
0
Fork 0
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:
JanHoefelmeyer 2023-02-27 15:37:29 +01:00 committed by Sascha L. Teichmann
parent 39b48e083c
commit f38cff13d6

View file

@ -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
```