Skip to content

Commit

Permalink
Remove leftovers from previous implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
marco6 committed Jan 15, 2025
1 parent 3e4dff4 commit b2bddd3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/kine/sqllog/sqllog.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@ type SQLLog struct {
broadcaster broadcaster.Broadcaster[[]*server.Event]
notify chan int64
wg sync.WaitGroup

// compactInterval is interval between database compactions performed by kine.
compactInterval time.Duration

// pollInterval is the event poll interval used by kine.
pollInterval time.Duration

// watchQueryTimeout is the timeout on the after query in the poll loop.
watchQueryTimeout time.Duration
}

type SQLLogOptions struct {
Expand Down

0 comments on commit b2bddd3

Please sign in to comment.