1 # Tuning settings for the rrdcached. Please refer to rrdcached(1) for
2 # details. After changing something here, you have to do a restart
3 # of the rrdcached (reload is not sufficient)
5 # Data is written to disk every TIMEOUT seconds. If this option is
6 # not specified the default interval of 300 seconds will be used.
9 # rrdcached will delay writing of each RRD for a random
10 # number of seconds in the range [0,delay). This will avoid too many
11 # writes being queued simultaneously. This value should be no
12 # greater than the value specified in TIMEOUT.
15 # Every FLUSH_TIMEOUT seconds the entire cache is searched for old values
16 # which are written to disk. This only concerns files to which
17 # updates have stopped, so setting this to a high value, such as
18 # 3600 seconds, is acceptable in most cases.