Skip to content

Commit

Permalink
Set bundle TTLs to 14 days as a measure against full disk
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhbrook committed Jun 3, 2015
1 parent 4741f2e commit bc6f156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/cache.js
Expand Up @@ -79,7 +79,7 @@ var c = module.exports = function (location) {
var bundles, multibundles, aliases, statuses;

bundles = new Cache('bundles', db, {
ttl: 30 * DAYS
ttl: 14 * DAYS
});

aliases = cull(new Cache('aliases', db, {
Expand Down

0 comments on commit bc6f156

Please sign in to comment.