maxDebounceEntries property
Maximum number of debounce entries to keep in memory When this limit is exceeded, the oldest entries will be automatically cleaned up Set to 0 or negative value to disable automatic cleanup (unlimited entries) Default is 1000 entries
Implementation
static int maxDebounceEntries = 1000;