Update descriptions in gcra.json (#14969)
Some checks failed
CI / test-ubuntu-latest (push) Has been cancelled
CI / test-sanitizer-address (push) Has been cancelled
CI / build-debian-old (push) Has been cancelled
CI / build-macos-latest (push) Has been cancelled
CI / build-32bit (push) Has been cancelled
CI / build-libc-malloc (push) Has been cancelled
CI / build-centos-jemalloc (push) Has been cancelled
CI / build-old-chain-jemalloc (push) Has been cancelled
Codecov / code-coverage (push) Has been cancelled
External Server Tests / test-external-standalone (push) Has been cancelled
External Server Tests / test-external-cluster (push) Has been cancelled
External Server Tests / test-external-nodebug (push) Has been cancelled
Reply-schemas linter / reply-schemas-linter (push) Has been cancelled
Spellcheck / Spellcheck (push) Has been cancelled

Low risk documentation-only change updating `src/commands/gcra.json`
reply field descriptions with no functional or behavioral impact.
This commit is contained in:
Lior Kogan 2026-04-01 12:58:51 +03:00 committed by GitHub
parent effcb5a03c
commit a0bad9a048
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,15 +47,15 @@
},
{
"type": "integer",
"description": "Max request number: always equal to max_burst+1"
"description": "Max request tokens: always equal to max_burst+1"
},
{
"type": "integer",
"description": "Number of requests available immediately"
"description": "Number of tokens available immediately"
},
{
"type": "integer",
"description": "Retry after: seconds after which caller should retry. Always -1 if not limited"
"description": "Retry after: seconds after which the caller should retry. Always -1 if not limited"
},
{
"type": "integer",