mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
3 lines
116 B
TypeScript
3 lines
116 B
TypeScript
import { LRUCache } from 'lru-cache';
|
|
|
|
export const pipelineEncounters = new LRUCache<string, true>({ max: 5000 });
|