From 214c6da53e227aa1605109f7d96f9ebcdb7f77ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 21 Nov 2024 13:05:14 +0000 Subject: [PATCH] doc: Update configs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- doc/config_options.txt | 2 +- internal/server/metadata/configuration.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config_options.txt b/doc/config_options.txt index 949a1aa4cb7..2d57978a4fb 100644 --- a/doc/config_options.txt +++ b/doc/config_options.txt @@ -607,7 +607,7 @@ Specify the kernel modules as a comma-separated list. ``` ```{config:option} user.* instance-miscellaneous -:liveupdate: "no" +:liveupdate: "yes" :shortdesc: "Free-form user key/value storage" :type: "string" User keys can be used in search. diff --git a/internal/server/metadata/configuration.json b/internal/server/metadata/configuration.json index 6f82d06db25..dfe29293378 100644 --- a/internal/server/metadata/configuration.json +++ b/internal/server/metadata/configuration.json @@ -664,7 +664,7 @@ }, { "user.*": { - "liveupdate": "no", + "liveupdate": "yes", "longdesc": "User keys can be used in search.", "shortdesc": "Free-form user key/value storage", "type": "string"