Skip to content

Commit acd8428

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent 47c9de3 commit acd8428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/ipfixprobe/outputPlugin/outputStorage/mq2OutputStorage.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class MQ2OutputStorage : public MQOutputStorage<ElementType> {
5151
{
5252
const size_t tries
5353
= this->m_totalWritersCount / this->m_readerGroupSizes[readerGroupIndex] + 1;
54-
BackoffScheme backoff(3, 5);
54+
BackoffScheme backoff(3, std::numeric_limits<std::size_t>::max());
5555
for (const auto _ : std::views::iota(0U, tries)) {
5656
const uint8_t sequenceIndex = this->m_readersData[globalReaderIndex]->sequenceIndex++;
5757
const uint8_t queueIndex

0 commit comments

Comments
 (0)