From 4e7f0f9f04a20de7f7ba4d1a6e6d09eb3359e3f1 Mon Sep 17 00:00:00 2001 From: hoergen Date: Mon, 1 Jan 2024 18:01:22 +0100 Subject: [PATCH] added jit and preload explanation in comment added information to identify which parameter causes which result --- static/defaults.config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/static/defaults.config.php b/static/defaults.config.php index b33b30b56..40c466e78 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -162,6 +162,7 @@ return [ // config_adapter (jit|preload) // Allow to switch the configuration adapter to improve performances at the cost of memory consumption. + // jit is slightly slower, while preload consumes marginally more memory 'config_adapter' => 'jit', // crawl_permit_period (Integer)