Skip to content

Commit caf8923

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent 4481c1a commit caf8923

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

include/ipfixprobe/outputPlugin/outputStorage/outputStorageReader.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ class OutputStorageReader {
4949
}*/
5050
// x = m_container->written.load();
5151
// while (m_container != nullptr && !m_container->written.load()) {};
52-
if (++m_container->readTimes > 4) {
52+
53+
/*if (++m_container->readTimes > 4) {
5354
throw std::runtime_error("Read times limit exceeded");
54-
}
55+
}*/
5556
const std::size_t readPosition = m_readElements++;
5657
// static void* dummy = nullptr;
5758
// return &dummy;

0 commit comments

Comments
 (0)