Skip to content

Commit 08ba529

Browse files
committed
fixup! add doc comment
1 parent 3737871 commit 08ba529

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/matrix-sdk-ui/src/timeline/pinned_events_loader.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ use tracing::{debug, warn};
2626

2727
use crate::timeline::event_handler::TimelineEventKind;
2828

29+
/// The max number of concurrent `/event` requests to run when loading pinned events.
2930
pub const MAX_PINNED_EVENTS_CONCURRENT_REQUESTS: usize = 10;
3031

3132
/// Utility to load the pinned events in a room.

0 commit comments

Comments
 (0)