Skip to content

Commit 5624cd9

Browse files
authored
Remove unused reindexer constant (#1229)
I just noticed while putting together #1228 that we have an unused constant in the reindexer, `ReindexerIntervalDefault`, as some time back the interval was replaced by a schedule func. Here, drop it.
1 parent a4143a0 commit 5624cd9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

internal/maintenance/reindexer.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ import (
1616
)
1717

1818
const (
19-
ReindexerIntervalDefault = 24 * time.Hour
20-
2119
// ReindexerTimeoutDefault is the default timeout of the reindexer.
2220
//
2321
// We've had user reports of builds taking 45 seconds on large tables, so

0 commit comments

Comments
 (0)