Fix: defaultRetention one-time not working. Closes #44

This commit is contained in:
Christoph Wiechert
2018-12-14 15:49:33 +01:00
parent 0260c734e0
commit 0b33927ffb
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ const config = {
},
// admin password, set to false to disable /admin page
"adminPass": false,
"defaultRetention": 604800,
"defaultRetention": "604800",
// expire every file after maxAge (eg never downloaded one-time files)
"maxAge": 3600*24*75, // 75 days
// maximum file-size for previews in byte