forked from Proxmox/proxmox
rrd: drop redundant field names
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
872b5f41cd
commit
c8e73a225a
@ -70,9 +70,9 @@ impl RRDCache {
|
|||||||
.map_err(|err: Error| format_err!("unable to create rrdb stat dir - {}", err))?;
|
.map_err(|err: Error| format_err!("unable to create rrdb stat dir - {}", err))?;
|
||||||
|
|
||||||
let config = Arc::new(CacheConfig {
|
let config = Arc::new(CacheConfig {
|
||||||
basedir: basedir,
|
basedir,
|
||||||
file_options: file_options,
|
file_options,
|
||||||
dir_options: dir_options,
|
dir_options,
|
||||||
apply_interval,
|
apply_interval,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user