Skip to content

Commit 846f8d7

Browse files
committed
docs: reword DEFAULT_MAX_CONCURRENT_FETCHES doc comment
1 parent a6649d5 commit 846f8d7

File tree

1 file changed

+1
-1
lines changed
  • src/event_scanner/scanner

1 file changed

+1
-1
lines changed

src/event_scanner/scanner/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mod latest;
2121
mod live;
2222
mod sync;
2323

24-
/// Maximum number of concurrent fetches for block ranges in the current scanner mode.
24+
/// Default number of maximum concurrent fetches for each scanner mode.
2525
pub const DEFAULT_MAX_CONCURRENT_FETCHES: usize = 24;
2626

2727
#[derive(Default)]

0 commit comments

Comments
 (0)