mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-21 18:03:59 +03:00
rrd: drop redundant field names
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
6f1c26b083
commit
9987872382
@ -70,9 +70,9 @@ impl RRDCache {
|
||||
.map_err(|err: Error| format_err!("unable to create rrdb stat dir - {}", err))?;
|
||||
|
||||
let config = Arc::new(CacheConfig {
|
||||
basedir: basedir,
|
||||
file_options: file_options,
|
||||
dir_options: dir_options,
|
||||
basedir,
|
||||
file_options,
|
||||
dir_options,
|
||||
apply_interval,
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user