Skip to content

Commit

Permalink
[aggclient] Bump max queue buffer size (#3787)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdarulis authored Sep 28, 2021
1 parent 2e5700a commit 7b4e367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aggregator/client/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (

const (
_queueMinWriteBufSize = 65536
_queueMaxWriteBufSize = 2 * _queueMinWriteBufSize
_queueMaxWriteBufSize = 8 * _queueMinWriteBufSize
)

var (
Expand Down

0 comments on commit 7b4e367

Please sign in to comment.