Added: Some short retention times to dev config
This commit is contained in:
@@ -1,5 +1,19 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
accessLog: 'dev'
|
accessLog: 'dev',
|
||||||
|
retentions: {
|
||||||
|
"one-time": "one time download",
|
||||||
|
10: "10 Seconds",
|
||||||
|
60: "1 Minute",
|
||||||
|
300: "5 Minutes",
|
||||||
|
3600: "1 Hour",
|
||||||
|
21600: "6 Hours",
|
||||||
|
86400: "1 Day",
|
||||||
|
259200: "3 Days",
|
||||||
|
604800: "1 Week",
|
||||||
|
1209600: "2 Weeks",
|
||||||
|
2419200: "4 Weeks",
|
||||||
|
4838400: "8 Weeks"
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user