Skip to content

DEFAULT_ID_SET_MAX

const DEFAULT_ID_SET_MAX: 10000 = 10_000;

Default cap on how many entries an idSet cursor retains.

Keeps the cursor finite so a long-lived scrape cannot grow it without bound. Evicting an old id at worst re-scrapes that page once, and the platform dedupes the result by external id — which is why dropping entries is safe.