author | Pavel Rochnyack <pavel2000@ngs.ru> | |
Mon, 17 Jul 2017 05:26:16 +0000 (12:26 +0700) | ||
committer | Florian Forster <octo@collectd.org> | |
Thu, 20 Jul 2017 05:56:11 +0000 (07:56 +0200) | ||
commit | f5177e4f60648ac19d785235a91235e6e401f0cb | |
tree | 7048f37da0f85abe68e320d02bf14147f2047a2f | tree | snapshot |
parent | 055e37f556974bca6152bda8a1144742da371905 | commit | diff |
rrdtool plugin: Respect RandomTimeout while calling CacheFlush handler
The CacheFlush implementation does not respect RandomTimeout value.
All cache values, whose flush is deferred by RandomTimeout variance,
will be flushed. That can cause a partial or full cache flush,
depending on the value of RandomTimeout.
The CacheFlush implementation does not respect RandomTimeout value.
All cache values, whose flush is deferred by RandomTimeout variance,
will be flushed. That can cause a partial or full cache flush,
depending on the value of RandomTimeout.
src/collectd.conf.pod | diff | blob | history | |
src/rrdtool.c | diff | blob | history |