mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
cmd/thalos/server.go: set MaxMessagesInFlight = 1 when creating ship client
This commit is contained in:
parent
9bdcbacaa0
commit
d959645836
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue