From 5cf89dbd52997ebf0ee3e1aacd6e8fc1295de982 Mon Sep 17 00:00:00 2001 From: Stanislav Chzhen Date: Mon, 29 Jan 2024 17:05:04 +0300 Subject: [PATCH] Pull request 192: conf-fix-typo Squashed commit of the following: commit 99a0628da56a844041762faefc86291dfe260f9a Author: Stanislav Chzhen Date: Mon Jan 29 16:55:53 2024 +0300 Configuration: fix typo --- Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index 551f117..7bca3d0 100644 --- a/Configuration.md +++ b/Configuration.md @@ -847,8 +847,8 @@ Settings are stored in [YAML format](https://en.wikipedia.org/wiki/YAML), possib - `tags`: List of client's tags. - `upstreams`: Upstreams configuration. - `uid`: **Since v0.107.44** client's unique identifier. - - `upstreams_cache_size`: **Since v0.107.41** client's cache size. - - `upstreams_cache_enabled`: **Since v0.107.41** if client's cache is + - `upstreams_cache_size`: **Since v0.107.42** client's cache size. + - `upstreams_cache_enabled`: **Since v0.107.42** if client's cache is enabled. - `use_global_settings`: Shows if the client-specific settings are used to override the global settings.