update conduit settings (no idea if this will help xd)

This commit is contained in:
jacekpoz 2024-07-22 17:27:48 +02:00
parent bed34d6cd6
commit 0960933a73
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -16,8 +16,8 @@ in {
server_name = "jacekpoz.pl";
database_backend = "rocksdb";
inherit port;
max_request_size = 100000000;
conduit_cache_capacity_modifier = 4.0;
enable_lightning_bolt = false;
max_request_size = 104857600;
allow_check_for_updates = false;
allow_registration = false;
};