Skip to content

Commit

Permalink
fix flush interval
Browse files Browse the repository at this point in the history
  • Loading branch information
3AceShowHand committed Nov 2, 2023
1 parent 4e22abd commit 2371535
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cdc/redo/writer/memory/mem_log_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func NewLogWriter(
return nil, errors.WrapError(errors.ErrRedoConfigInvalid,
errors.New("invalid LogWriterConfig"))
}

// "nfs" and "local" scheme are converted to "file" scheme
if !cfg.UseExternalStorage {
redo.FixLocalScheme(cfg.URI)
Expand Down

0 comments on commit 2371535

Please sign in to comment.