4 lines
131 B
TypeScript
4 lines
131 B
TypeScript
|
|
export const DEFAULT_THRESHOLD = 0.80
|
||
|
|
export const MIN_TOKENS_FOR_COMPACTION = 50_000
|
||
|
|
export const COMPACTION_COOLDOWN_MS = 60_000
|