Skip to content

Commit

Permalink
set inital schedule parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
musitdev committed Nov 28, 2023
1 parent df0335d commit 180cd99
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 @@ -181,7 +181,7 @@ pub async fn start_lite_rpc(args: Args, rpc_client: Arc<RpcClient>) -> anyhow::R
prometheus_addr,
data_cache: data_cache.clone(),
};
let leader_schedule = Arc::new(JsonRpcLeaderGetter::new(rpc_client.clone(), 10, 128));
let leader_schedule = Arc::new(JsonRpcLeaderGetter::new(rpc_client.clone(), 1024, 128));

let tpu_service: TpuService = TpuService::new(
tpu_config,
Expand Down

0 comments on commit 180cd99

Please sign in to comment.