You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| enabled | true | Whether or not the throttler is enabled |
85
-
| lines | 2000 | Total lines that can be output in a given line_reset_interval period |
86
-
| maximum_trigger_count | 5 | Amount of times throttle limit can be triggered before the server will be stopped |
87
-
| line_reset_interval | 100 | The amount of time after which the number of lines processed is reset to 0 |
88
-
| decay_interval | 10000 | Time in milliseconds that must pass without triggering throttle limit before trigger count is decremented |
89
-
| stop_grace_period | 15 | Time that a server is allowed to be stopping for before it is terminated forcefully if it triggers output throttle |
90
-
| write_limit | 0 | Impose I/O write limit for backups to the disk, 0 = unlimited. Value greater than 0 throttles write speed to the set value in MiB/s |
91
-
| download_limit | 0 | Impose a Network I/O read limit for archives, 0 = unlimited. Value greater than 0 throttles read speed to the set value in MiB/s |
| write_limit | 0 | Impose I/O write limit for backups to the disk, 0 = unlimited. Value greater than 0 throttles write speed to the set value in MiB/s |
104
+
105
+
### Example of usage
106
+
107
+
```yml
108
+
backups:
109
+
write_limit: 0
110
+
```
111
+
112
+
## Transfers Limits
113
+
114
+
You can use these settings to adjust or completely disable throttling.
| download_limit | 0 | Impose a Network I/O read limit for archives, 0 = unlimited. Value greater than 0 throttles read speed to the set value in MiB/s |
0 commit comments