bundles/redis: use a lot less snapshots
This commit is contained in:
parent
e6e563fb33
commit
52e36f7ae1
1 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,16 @@ defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'snapshots': {
|
||||||
|
'retain_per_dataset': {
|
||||||
|
'tank/redis': {
|
||||||
|
'hourly': 6,
|
||||||
|
'daily': 0,
|
||||||
|
'weekly': 0,
|
||||||
|
'monthly': 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue