{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://velox.dev/schema/methods/limiter.set.schema.json", "title": "limiter.set", "description": "Set the global token-bucket limit. With applyToRunning true the change re-tunes transfers already in flight instead of taking effect only on the next task \u2014 the Speed Limiter window's 'apply now' button.", "x-privileged": true, "x-transports": [ "uds" ], "x-deadlineMs": 5000, "x-errors": [ -32003, -32602 ], "type": "object", "properties": { "params": { "$ref": "https://velox.dev/schema/types/Limiter.schema.json" }, "result": { "$ref": "https://velox.dev/schema/types/Limiter.schema.json" } } }