Skip to content

Commit

Permalink
ut + bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Aug 7, 2024
1 parent 8afbccc commit cedbeb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = 100000
DefaultGrpcStreamingMaxChannelBufferSize = 100000
DefaultGrpcStreamingMaxBatchSize = 1000000
DefaultGrpcStreamingMaxChannelBufferSize = 1000000

DefaultVEOracleEnabled = true
DefaultOptimisticExecutionEnabled = false
Expand Down
4 changes: 2 additions & 2 deletions protocol/app/flags/flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ func TestValidate(t *testing.T) {
GrpcEnable: true,
GrpcStreamingEnabled: true,
GrpcStreamingFlushIntervalMs: 100,
GrpcStreamingMaxBatchSize: 2000,
GrpcStreamingMaxChannelBufferSize: 2000,
GrpcStreamingMaxBatchSize: 1000000,
GrpcStreamingMaxChannelBufferSize: 1000000,
},
},
"success - optimistic execution": {
Expand Down

0 comments on commit cedbeb3

Please sign in to comment.