Add validator option to change niceness of RPC server threads
Fixes https://github.com/solana-labs/solana/issues/14556
This commit is contained in:
committed by
Trent Nelson
parent
c78f474373
commit
0e751ef7df
@ -143,6 +143,7 @@ pub struct JsonRpcConfig {
|
||||
pub max_multiple_accounts: Option<usize>,
|
||||
pub account_indexes: AccountSecondaryIndexes,
|
||||
pub rpc_threads: usize,
|
||||
pub rpc_niceness_adj: i8,
|
||||
pub rpc_bigtable_timeout: Option<Duration>,
|
||||
pub minimal_api: bool,
|
||||
pub obsolete_v1_7_api: bool,
|
||||
|
Reference in New Issue
Block a user