Skip to content

Commit

Permalink
set initial rpc schedule parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
musitdev committed Jan 8, 2024
1 parent 29478ad commit 21d0cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lite-rpc/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ pub async fn start_lite_rpc(args: Config, rpc_client: Arc<RpcClient>) -> anyhow:
)
} else {
(
Arc::new(JsonRpcLeaderGetter::new(rpc_client.clone(), 40, 12)),
Arc::new(JsonRpcLeaderGetter::new(rpc_client.clone(), 1024, 128)),
None,
)
};
Expand Down

0 comments on commit 21d0cee

Please sign in to comment.