We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc087a0 commit b913f53Copy full SHA for b913f53
API2.md
@@ -286,7 +286,7 @@ Broadly speaking, each event will terminate in one of the following states:
286
idempotence is not enforced for error states.
287
288
4. **Overload:** If a client submits more than
289
- `securedrop.journalist_app.api2.MAX_EVENTS` events, the server will skip
+ `securedrop.journalist_app.api2.EVENTS_MAX` events, the server will skip
290
processing them, and the client will receive HTTP `429 Too Many Requests`
291
for the entire `BatchRequest`.
292
0 commit comments