feat(conduit): fewer open files and no telemetry

conduit should be running smoothly now I hope
This commit is contained in:
jacekpoz 2023-08-03 23:59:34 +02:00
parent 08154c1ce9
commit 7656f1d35e

View file

@ -23,6 +23,8 @@ in {
port = 6167;
max_request_size = 100000000;
conduit_cache_capacity_modifier = 4.0;
rocksdb_max_open_files = 20;
allow_check_for_updates = false;
};
};