std::optional<int> DataStorm::Config::sampleLifetime |
The sampleLifetime configuration specifies samples to keep in the writer or reader history based on their age.
Samples with a timestamp older than the sampleLifetime value (in milliseconds) are discarded from the history. By default, the samples are kept for an unlimited amount of time.