Make Conduit's rocksdb_max_open_files parameter configurable, and set it to a higher default value

This commit is contained in:
Charles Wright
2022-09-02 13:04:21 -05:00
parent 1efd1045f6
commit 1cae31372c
2 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,9 @@ port = {{ matrix_conduit_port_number }}
# Max size for uploads
max_request_size = {{ matrix_conduit_max_request_size }}
# Max number of open files for the RocksDB database
rocksdb_max_open_files = {{ matrix_conduit_rocksdb_max_open_files }}
# Enables registration. If set to false, no users can register on this server.
allow_registration = {{ matrix_conduit_allow_registration | to_json }}