From 0b10d72c5239055fe0e2512c68e79219778e18dd Mon Sep 17 00:00:00 2001 From: Oleksii Sholik Date: Fri, 29 Nov 2024 12:04:32 +0200 Subject: [PATCH] Rename a configuration option to match the implementation in code --- website/docs/api/config.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/docs/api/config.md b/website/docs/api/config.md index 71fdc29500..93d1500b2d 100644 --- a/website/docs/api/config.md +++ b/website/docs/api/config.md @@ -133,15 +133,17 @@ By default, Electric binds to IPv4. Enable this to listen on IPv6 addresses as w -### ELECTRIC_LOG_CHUNK_BYTES_THRESHOLD +### ELECTRIC_SHAPE_CHUNK_BYTES_THRESHOLD Limit the maximum size of a shape log response, to ensure they are cached by -upstream caches. Defaults to 10MB (10 * 1024 * 1024). See [#1581](https://github.com/electric-sql/electric/issues/1581) for context. +upstream caches. Defaults to 10MB (10 * 1024 * 1024). + +See [#1581](https://github.com/electric-sql/electric/issues/1581) for context.