From b0156080a9f6a6e38bb74a89ab7812422d55a938 Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Fri, 18 Aug 2023 19:00:36 +0900 Subject: [PATCH] config --- config-example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-example.toml b/config-example.toml index 424417a..47a5947 100644 --- a/config-example.toml +++ b/config-example.toml @@ -113,4 +113,4 @@ max_idle_timeout = 10 # secs. 0 represents an infinite timeout. cache_dir = './cache' # optional. default is "./cache" relative to the current working directory max_cache_entry = 1000 # optional. default is 1k max_cache_each_size = 65535 # optional. default is 64k -max_cache_each_size_onmemory = 4096 # optional. default is 4k +max_cache_each_size_onmemory = 4096 # optional. default is 4k if 0, it is always file cache.