Skip to content
This repository has been archived by the owner on Feb 29, 2020. It is now read-only.

Commit

Permalink
chore(metadata): #2295 - increase metadata lifespan
Browse files Browse the repository at this point in the history
  • Loading branch information
ncloudioj committed Mar 23, 2017
1 parent b418402 commit 57e83f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/PreviewProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Cu.import("resource://gre/modules/Task.jsm");
Cu.import("resource://gre/modules/Services.jsm");

const DEFAULT_OPTIONS = {
metadataTTL: 3 * 24 * 60 * 60 * 1000, // 3 days for the metadata to live
metadataTTL: 30 * 24 * 60 * 60 * 1000, // 30 days for the metadata to live
proxyMaxLinks: 25, // number of links proxy accepts per request
initFresh: false
};
Expand Down

0 comments on commit 57e83f9

Please sign in to comment.