Skip to content

Commit

Permalink
Increase distribution buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeHahn committed Oct 31, 2023
1 parent 89962e6 commit bd285f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/quantile/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package quantile

const (
agentBufCap = 512
agentBufCap = 5 * 1024
)

var agentConfig = Default()
Expand Down

0 comments on commit bd285f8

Please sign in to comment.