browsermt / mts

Marian Translation Service
Apache License 2.0
18 stars 4 forks source link

Way too big of a queue #9

Closed kpu closed 3 years ago

kpu commented 3 years ago

The queue doesn't actually need to be that long:

https://github.com/browsermt/mts/blob/nuke/src/bergamot/service.cpp#L18

Keep in mind work is removed from the queue when a thread starts doing it.

jerinphilip commented 3 years ago

Set to 2*numWorkers for now. https://github.com/browsermt/mts/blob/e79286cbc590847c03a285a4a001fb99d444c514/src/bergamot/service.cpp#L15