Skip to content

Commit

Permalink
cleanup again
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Feb 18, 2025
1 parent f67a387 commit 2364f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtorc/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const (
)

var (
discoveryMaxConcurrency uint = 300
sqliteDataFile = "file::memory:?mode=memory&cache=shared"
instancePollTime = 5 * time.Second
snapshotTopologyInterval = 0 * time.Hour
Expand All @@ -64,7 +65,6 @@ var (
recoveryPollDuration = 1 * time.Second
ersEnabled = true
convertTabletsWithErrantGTIDs = false
discoveryMaxConcurrency uint = 300 // Number of goroutines doing hosts discovery
)

// RegisterFlags registers the flags required by VTOrc
Expand Down

0 comments on commit 2364f69

Please sign in to comment.