Skip to content

Commit 1281d57

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent 967c1ed commit 1281d57

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
@@ -52,7 +52,7 @@ class MQ2OutputStorage : public MQOutputStorage<ElementType> {
5252
const size_t tries
5353
= this->m_totalWritersCount / this->m_readerGroupSizes[readerGroupIndex] + 1;
5454
BackoffScheme backoff(3, std::numeric_limits<std::size_t>::max());
55-
for (const auto _ : std::views::iota(0U, tries)) {
55+
for (const auto _ : std::views::iota(0U, std::numeric_limits<std::size_t>::max())) {
5656
const uint8_t sequenceIndex = this->m_readersData[globalReaderIndex]->sequenceIndex++;
5757
const uint8_t queueIndex
5858
= this->m_readersData[globalReaderIndex]->queueJumpSequence

0 commit comments

Comments
 (0)