Lingo Dictionary > G-K > idleReadChunkSize |
![]() ![]() ![]() |
idleReadChunkSize
Syntax
the idleReadChunkSize
Description
System property; determines the maximum number of bytes that Director can load when it attempts to load cast members from the load queue. The default value is 32K.
This property can be tested and set.
Example
This statement specifies that 500K is the maximum number of bytes that Director can load in one attempt at loading cast members in the load queue:
the idleReadChunkSize = 500 * 1024
See also
idleHandlerPeriod
, idleLoadDone()
, idleLoadMode
, idleLoadPeriod
, idleLoadTag
![]() ![]() ![]() |