Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The application runs on an embedded SQLite database by default but there are oth

#### Queue Config

The application runs on an embedded ActiveMQ Artemis for queueing and decoupling. See the [queue config docs](doc/broker-config.md) for more info.
The application runs on an embedded ActiveMQ Artemis for queueing and decoupling. See the [queue config docs](doc/queue-config.md) for more info.

### Vendoring Portico

Expand Down
2 changes: 1 addition & 1 deletion doc/xapi-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ Fields:
- `batch`: Max xAPI Statement batch size passed to the LRS in one POST.
- `maxRetries`: Number of scheduled retry attempts before the current queue of statements is sent to dead letter queue after repeated LRS post failures.

See the [queue docs](broker-config.md) for more information on statement queue behavior.
See the [queue docs](queue-config.md) for more information on statement queue behavior.

### Example LRS

Expand Down
Loading