Skip to content

Commit

Permalink
change bulk read value
Browse files Browse the repository at this point in the history
  • Loading branch information
isankadn committed Jul 3, 2024
1 parent 9c3a2df commit b49fc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion historical_data/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lazy_static::lazy_static! {
static ref BACKSLASH_REGEX_3: Regex = Regex::new(r"\\{4,}").expect("Failed to compile BACKSLASH_REGEX_3");
}

const MAX_BATCH_SIZE: usize = 100000;
const MAX_BATCH_SIZE: usize = 10000;
const MAX_RETRIES: u32 = 5;
const INITIAL_RETRY_DELAY: u64 = 1000;

Expand Down

0 comments on commit b49fc63

Please sign in to comment.