Skip to content

Commit

Permalink
bump grpc stream defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Aug 7, 2024
1 parent 84eed16 commit 8afbccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protocol/app/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ const (

DefaultGrpcStreamingEnabled = false
DefaultGrpcStreamingFlushIntervalMs = 50
DefaultGrpcStreamingMaxBatchSize = 2000
DefaultGrpcStreamingMaxChannelBufferSize = 2000
DefaultGrpcStreamingMaxBatchSize = 100000
DefaultGrpcStreamingMaxChannelBufferSize = 100000

DefaultVEOracleEnabled = true
DefaultOptimisticExecutionEnabled = false
Expand Down

0 comments on commit 8afbccc

Please sign in to comment.