We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1439955 commit 1ef008aCopy full SHA for 1ef008a
dash-spv/src/sync/filters/types.rs
@@ -20,7 +20,7 @@ pub const SYNC_TIMEOUT_SECONDS: u64 = 5;
20
pub const DEFAULT_FILTER_SYNC_RANGE: u32 = 100;
21
22
/// Batch size for compact filter requests (CFilters).
23
-pub const FILTER_REQUEST_BATCH_SIZE: u32 = 100;
+pub const FILTER_REQUEST_BATCH_SIZE: u32 = 1000;
24
25
/// Maximum filters per CFilter request (Dash Core limit).
26
pub const MAX_FILTER_REQUEST_SIZE: u32 = 1000;
0 commit comments