Skip to content

Initialize m_lastChildrenRefresh to be really in the past

Fabian Vogt requested to merge work/fvogt/timefix into master

steady_clock's epoch is the system start and such a default constructed steady_clock::time_point might actually not be older than ATTR_TIMEOUT. By setting it to min() explicitly, it should be sufficiently behind.

Fixes #20 (closed)

Merge request reports