1
0
Fork 0
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:
Henrik Hautakoski 2024-11-03 12:03:48 +01:00
parent 9bdcbacaa0
commit d959645836

View file

@ -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