We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5ef3e commit af71e09Copy full SHA for af71e09
jetstreamer-firehose/src/index.rs
@@ -49,7 +49,7 @@ const METADATA_KEY_KIND: &[u8] = b"index_kind";
49
const METADATA_KEY_EPOCH: &[u8] = b"epoch";
50
const HTTP_PREFETCH_BYTES: u64 = 4 * 1024; // initial bytes to fetch for headers
51
const FETCH_RANGE_MAX_RETRIES: usize = 10;
52
-const FETCH_RANGE_BASE_DELAY_MS: u64 = 2000;
+const FETCH_RANGE_BASE_DELAY_MS: u64 = 10000;
53
54
/// Errors returned while accessing the compact slot offset index.
55
#[derive(Debug, Error)]
0 commit comments