{ "name": "limiter.set \u2014 cap at 2 MiB/s and retune what is already running", "description": "applyToRunning true is the Speed Limiter window's 'apply now' button.", "request": { "jsonrpc": "2.0", "id": 53, "method": "limiter.set", "params": { "enabled": true, "globalBps": 2097152, "applyToRunning": true } }, "response": { "jsonrpc": "2.0", "id": 53, "result": { "enabled": true, "globalBps": 2097152, "applyToRunning": true } }, "assertions": [ "the limit is global across every active task, not per task", "with applyToRunning true, transfers already in flight are retuned rather than waiting for the next task" ] }