Skip to content

Commit

Permalink
File: it's actually quite slow to append
Browse files Browse the repository at this point in the history
but I see quite some opportunities to optimize
  • Loading branch information
tyt2y3 committed Oct 28, 2023
1 parent 71f26d8 commit e1e553c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sea-streamer-file/src/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ impl MessageSource {
/// from the file's beginning.
///
/// If StreamMode is `Live`, it will fast forward to the file's end.
/// Thanks to SeaStreamer's Beacon system, this is pretty efficient.
pub async fn new(file_id: FileId, mode: StreamMode) -> Result<Self, FileErr> {
let source = DynFileSource::new(
file_id,
Expand Down

0 comments on commit e1e553c

Please sign in to comment.