From 00ee80a09d748f11f085eec2ce7c90dc476a9f21 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Mon, 8 Apr 2024 19:42:29 -0700 Subject: [PATCH] fix: adaptive concurrency link --- docs/pro.md | 2 +- docs/release_notes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pro.md b/docs/pro.md index 762fbaa..e335389 100644 --- a/docs/pro.md +++ b/docs/pro.md @@ -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) diff --git a/docs/release_notes.md b/docs/release_notes.md index 197fe07..7c1af65 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -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