We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c6552 commit f2a922bCopy full SHA for f2a922b
backend/src/config.ts
@@ -4,7 +4,7 @@ import { optionalBoolEnvironmentVariable, env } from './utils/misc.js'
4
const DEFAULT_MAX_CACHE_SIZE = BigInt(10 * 1024 ** 3)
5
6
const DEFAULT_CACHE_MAX_SIZE = 10 * 1024 ** 3 // 10GB
7
-const DEFAULT_CACHE_TTL = 1000000 // 1000000 seconds
+const DEFAULT_CACHE_TTL = 0 // No TTL
8
9
const ONE_MiB = 1024 ** 2
10
const ONE_HUNDRED_MiB = ONE_MiB * 100
0 commit comments