The user can setting a "cron" timer and the storage directory on `settings.js` something like : ``` js export const STORAGE_FILES_EXPIRES = 99999 export const STORAGE_DIR = './tmp' ``` If this config was avaible, the application need to run a script using on that interval to clean up the STORAGE_DIR.
The user can setting a "cron" timer and the storage directory on
settings.jssomething like :If this config was avaible, the application need to run a script using on that interval to clean up the STORAGE_DIR.