feat(conduit): fewer open files and no telemetry
conduit should be running smoothly now I hope
This commit is contained in:
parent
08154c1ce9
commit
7656f1d35e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue