const MAX_ITERATION_ITEMS: usize = 1000;
Maximum number of items in an iteration (prevents denial-of-service).