Skip to content

Commit

Permalink
Added: Some short retention times to dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed May 7, 2017
1 parent 24a2c74 commit a8fc0d4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion config.dev.js
@@ -1,5 +1,19 @@
'use strict';

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"
},
};

0 comments on commit a8fc0d4

Please sign in to comment.