rmt.rs icon indicating copy to clipboard operation
rmt.rs copied to clipboard

Allow user to set cronjob for the emptying of trash can

Open HarrisonHemstreet opened this issue 2 years ago • 0 comments

Make the config.yml file look something like so:

compression: true

trash:
    max_size: 10000
    max_element: 10
    automatic_flush:
      time: something 

The user should be able to set the cron either from a file, or via a cli option

HarrisonHemstreet avatar Nov 09 '22 21:11 HarrisonHemstreet