Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Nov 18, 2024
1 parent 9ae6c3f commit c58b163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/services/llo/mercurytransmitter/transmitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const (
// each server has a delete queue and a transmit queue.
//
// This could be reduced by implementing transmit batching, see: https://smartcontract-it.atlassian.net/browse/MERC-6635
// TODO: Should this be a configuration variable (e.g. set to 1 or 2 for testing?)
TransmitConcurrency = 100
)

Expand Down

0 comments on commit c58b163

Please sign in to comment.