Skip to content

Commit

Permalink
Enable lag module
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Jun 7, 2024
1 parent fe47aa8 commit 4caabf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/throttler/throttler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ func TestThreadFinished_SecondCallPanics(t *testing.T) {

func TestThrottlerMaxLag(t *testing.T) {
fc := &fakeClock{}
throttler, _ := newThrottlerWithClock("test", "queries", 1, 1, ReplicationLagModuleDisabled, fc.now)
throttler, _ := newThrottlerWithClock("test", "queries", 1, 1, 10, fc.now)
defer throttler.Close()

ctx, cancel := context.WithCancel(context.Background())
Expand Down

0 comments on commit 4caabf9

Please sign in to comment.