From ab5ce2d1e9f311eba744ec3d05428a8c77ebbc37 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 15 Aug 2023 21:13:45 +0200 Subject: [PATCH] fix the config panel --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index d42b389..c1b6a61 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -384,7 +384,7 @@ help = "Settings pertaining to... the cache" [main.cache.cache_memory_target] ask.en = "Value of the cache target" ask.fr = "Valeur du niveau de cache" -bind = "cache-memory-target:__FINALPATH__/config.yaml" +bind = "memory-target:__FINALPATH__/config.yaml" default = "100MiB" help.en = """Sets a target limit that the application will try to keep it's caches within.\ This is based on estimated sizes of in-memory objects, and so NOT AT ALL EXACT.