Skip to content

Which one is the minimum of "cache_seconds"? 2 or 4 hrs? #2411

Answered by Zo-Bro-23
SherkeyXD asked this question in Q&A
Discussion options

You must be logged in to vote

const cacheSeconds = clampValue(
parseInt(cache_seconds || CONSTANTS.FOUR_HOURS, 10),
CONSTANTS.FOUR_HOURS,
CONSTANTS.ONE_DAY,
);

The code uses four hours; we should probably update the README (@rickstaa?).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@rickstaa
Comment options

@Zo-Bro-23
Comment options

@Zo-Bro-23
Comment options

Answer selected by rickstaa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants