From 3d4843debda638d6ce7e4734f973a6482a1d17d5 Mon Sep 17 00:00:00 2001 From: AviKav Date: Thu, 9 Jul 2020 01:27:55 -0400 Subject: [PATCH] Update settings.sample.json again --- settings.sample.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.sample.json b/settings.sample.json index 219aa09..c901804 100755 --- a/settings.sample.json +++ b/settings.sample.json @@ -14,8 +14,8 @@ "ui_hostname": "127.0.0.1", // "127.0.0.1" is the default and binds to localhost only "ui_port": 8080 }, - "experimential": { + "experimental": { "max_buffer_size_for_cache_hit": 0 // Size is n * 8kiB. 0 uses the JDK default (which is likely 8kiB). - // May improve diskIO at the cost of memory pressue. Testing needed + // May improve diskIO at the cost of memory pressure. Testing needed } }