Make Conduit's rocksdb_max_open_files parameter configurable, and set it to a higher default value
This commit is contained in:
@ -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 }}
|
||||
|
||||
|
Reference in New Issue
Block a user