Variable MAX_IGNORED_DUPLICATESConst

MAX_IGNORED_DUPLICATES: 100

Maximum number of ignored duplicates retained locally. Older entries are dropped once this cap is reached.

export const MAX_IGNORED_DUPLICATES = 100;