add delay_on_error option

This commit is contained in:
Peter Bieringer
2026-03-07 15:57:02 +01:00
parent a8735943ad
commit 9cc373132f
4 changed files with 26 additions and 0 deletions

View File

@@ -171,6 +171,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"value": "100000000",
"help": "maximum size of request body in bytes (default: 100 Mbyte)",
"type": positive_int}),
("delay_on_error", {
"value": "0.01",
"help": "base delay in case of error response (seconds)",
"type": positive_float}),
("max_resource_size", {
"value": "10000000",
"help": "maximum size of resource (default: 10 Mbyte)",