Skip to content

Commit c661a38

Browse files
Zainullin DamirZainullin Damir
authored andcommitted
++
1 parent 72ab23b commit c661a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/ipfixprobe/outputPlugin/outputStorage/outputStorageReader.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ class OutputStorageReader {
4848
// x = m_container->written.load();
4949
// while (m_container != nullptr && !m_container->written.load()) {};
5050

51-
if (++m_container->readTimes > 1) {
51+
/*if (++m_container->readTimes > 1) {
5252
throw std::runtime_error("Read times limit exceeded");
53-
}
53+
}*/
5454
const std::size_t readPosition = m_readElements++;
5555
// static void* dummy = nullptr;
5656
// return &dummy;

0 commit comments

Comments
 (0)