Skip to content

Commit c5210f2

Browse files
committed
remove useless comment
1 parent a2a7fe3 commit c5210f2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

libsql-wal/src/shared_wal.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ impl<IO: Io> SharedWal<IO> {
274274
self.new_frame_notifier.send_replace(last_committed);
275275
}
276276

277-
// TODO: use config for max log size
278277
if tx.is_commited()
279278
&& current.count_committed() > self.max_segment_size.load(Ordering::Relaxed)
280279
{

0 commit comments

Comments
 (0)