We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b765334 commit 4d3e20bCopy full SHA for 4d3e20b
1 file changed
include/openPMD/Series.hpp
@@ -217,7 +217,7 @@ namespace internal
217
* True if a user opts into lazy parsing.
218
*/
219
bool m_parseLazily = false;
220
- uint64_t m_hintLazyParsingAfterTimeout = 20;
+ uint64_t m_hintLazyParsingAfterTimeout = 20; // seconds
221
222
/**
223
* In variable-based encoding, all backends except ADIOS2 can only write
0 commit comments