rrdtool plugin: Raise interval of random_variation to match documentation
authorPavel Rochnyack <pavel2000@ngs.ru>
Mon, 17 Jul 2017 04:13:53 +0000 (11:13 +0700)
committerFlorian Forster <octo@collectd.org>
Thu, 20 Jul 2017 05:54:35 +0000 (07:54 +0200)
commit20115ea505208ac2f1e8b453a35284b871db1321
tree28d64e2e8647854474829d7c0bf2436d1110e289
parentc7cbb2af24de8b33186dd45b5731b87ea7152173
rrdtool plugin: Raise interval of random_variation to match documentation

Documentation states what the actual timeout for each value is chosen randomly
between <CacheTimeout>-<RandomTimeout> and <CacheTimeout>+<RandomTimeout>.

The implementation did not match this.
src/rrdtool.c