Skip to content

Commit

Permalink
cmd/thalos/server.go: set MaxMessagesInFlight = 1 when creating ship …
Browse files Browse the repository at this point in the history
…client
  • Loading branch information
pnx committed Nov 3, 2024
1 parent 9bdcbac commit d959645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/thalos/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ func serverCmd(cmd *cobra.Command, args []string) {
s.StartBlock = conf.Ship.StartBlockNum
s.EndBlock = conf.Ship.EndBlockNum
s.IrreversibleOnly = conf.Ship.IrreversibleOnly
s.MaxMessagesInFlight = 1
})

// Get codec
Expand Down

0 comments on commit d959645

Please sign in to comment.