{ "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.", "request": { "jsonrpc": "2.0", "id": 52, "method": "limiter.get", "params": {} }, "response": { "jsonrpc": "2.0", "id": 52, "result": { "enabled": false, "globalBps": 2097152, "applyToRunning": false } }, "assertions": [ "enabled false means no throttling regardless of globalBps" ] }