Skip to content

Commit

Permalink
Reduce default batching interval (#303)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: emily <[email protected]>
  • Loading branch information
modular-magician and emilymye committed Dec 28, 2019
1 parent a6e2bd9 commit 8bc5777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/batcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/hashicorp/errwrap"
)

const defaultBatchSendIntervalSec = 10
const defaultBatchSendIntervalSec = 3

// RequestBatcher is a global batcher object that keeps track of
// existing batches.
Expand Down

0 comments on commit 8bc5777

Please sign in to comment.