{ "name": "limiter.get \u2014 the limiter is off", "description": "globalBps still carries the last configured value so the GUI can restore it when the user re-enables the limit. applyToRunning is a write-only instruction on limiter.set (\"retune already-running transfers now\", not a persisted setting), so it never comes back from get.", "request": { "jsonrpc": "2.0", "id": 52, "method": "limiter.get", "params": {} }, "response": { "jsonrpc": "2.0", "id": 52, "result": { "enabled": false, "globalBps": 2097152 } }, "assertions": [ "enabled false means no throttling regardless of globalBps", "applyToRunning is absent, not false: it's meaningless outside a limiter.set call" ] }