mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
Implement configuration options for useful cassandra driver opts (#765)
Fixes #764
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
"table_prefix": "",
|
||||
"max_write_requests_outstanding": 25000,
|
||||
"max_read_requests_outstanding": 30000,
|
||||
"max_connections_per_host": 1, // defaults to 2
|
||||
"core_connections_per_host": 1, // defaults to 2
|
||||
"max_concurrent_requests_threshold": 55000, // defaults to max_read + max_write / core_connections_per_host
|
||||
"threads": 8
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user