Skip to content

Commit

Permalink
revert block sync chunk size change
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Dec 12, 2023
1 parent 5fa4042 commit 07fe62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/parentchain_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use substrate_api_client::{
GetChainInfo,
};

const BLOCK_SYNC_BATCH_SIZE: u32 = 10;
const BLOCK_SYNC_BATCH_SIZE: u32 = 1000;

pub trait HandleParentchain {
/// Initializes all parentchain specific components on the enclave side.
Expand Down

0 comments on commit 07fe62b

Please sign in to comment.