delete remote matrix-media-repo data after a week
This commit is contained in:
parent
d1f0887670
commit
02613bab4f
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ let
|
||||||
"fc00::/7"
|
"fc00::/7"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
downloads = {
|
||||||
|
expireAfterDays = 7;
|
||||||
|
};
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue