﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
951	_ArrayDisplay - $iLVIAddUDFThreshold: 4000 ==> 65000	Zedna	Jpm	"ListView items limit has been increased from 4000 to 65000 since AutoIt 3.2.12.1.

So in _ArrayDisplay 
should be
$iLVIAddUDFThreshold = 65000
insted of
$iLVIAddUDFThreshold = 4000

Or maybe whole complicated part using LVM_INSERTITEM for inserting items above this threshold should be removed because 65000 rows is enaugh I think.

I'm not sure if this is bug or feature request so feel free to change this status. I think it's more (speed/code) optimization request than bug.
"	Bug	closed	3.3.1.0	Standard UDFs	3.3.0.0	None	Fixed		
