Skip to content

Commit

Permalink
remove debrid catalog cache time
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBeastLT committed May 24, 2024
1 parent 8e5f8ee commit d575c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/addon.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import pLimit from "p-limit";

const CACHE_MAX_AGE = parseInt(process.env.CACHE_MAX_AGE) || 60 * 60; // 1 hour in seconds
const CACHE_MAX_AGE_EMPTY = 60; // 60 seconds
const CATALOG_CACHE_MAX_AGE = 20 * 60; // 20 minutes
const CATALOG_CACHE_MAX_AGE = 0; // 0 minutes
const STALE_REVALIDATE_AGE = 4 * 60 * 60; // 4 hours
const STALE_ERROR_AGE = 7 * 24 * 60 * 60; // 7 days

Expand Down

0 comments on commit d575c5f

Please sign in to comment.