]> git.mxchange.org Git - friendica.git/commitdiff
added jit and preload explanation in comment
authorhoergen <hoergen@hoergen.org>
Mon, 1 Jan 2024 17:01:22 +0000 (18:01 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Jan 2024 17:01:22 +0000 (18:01 +0100)
added information to identify which parameter causes which result

static/defaults.config.php

index b33b30b562065e47abee6860b02912fa033397a4..40c466e785668805701bab1377e199280767a613 100644 (file)
@@ -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)