Skip to content

Commit

Permalink
fix: adaptive concurrency link
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Apr 9, 2024
1 parent b95fff9 commit 00ee80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ incoming messages, you might want to fallback to the _actor-per-connection_ mode

## More features

- [Adaptive RPC concurrency](anycable-go/configuration.md#adaptive-concurrency)
- [Adaptive RPC concurrency](anycable-go/rpc.md#adaptive-concurrency)
- [Multi-node streams history](anycable-go/reliable_streams.md#redis)
- [Slow drain mode for disconnecting clients on shutdown](anycable-go/configuration.md#slow-drain-mode)
- [Binary messaging formats](anycable-go/binary_formats.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ This page contains combined release notes for major and minor releases of all An
Users of AnyCable had to scale and balance resources on two sides: RPC and AnyCable-Go. Now AnyCable-Go can adjust its concurrency limit automatically to minimize errors (`ResourcesExhausted`) and maximize throughput (thus, reduce the backlog size) if possible. This means, you only have to scale the Rails application, and AnyCable-Go will balance itself alongside automatically.
See [documentation](./anycable-go/configuration.md#adaptive-concurrency).
See [documentation](./anycable-go/rpc.md#adaptive-concurrency).
#### AnyCable-Go
Expand Down

0 comments on commit 00ee80a

Please sign in to comment.