https://bz.apache.org/bugzilla/show_bug.cgi?id=65581

--- Comment #2 from PJ Fanning <fannin...@yahoo.com> ---
added implementation using r1893421

Using this will mean all zip entries with greater than 50Mb decompressed data
will be put in a temp file instead of kept in memory.
        ZipInputStreamZipEntrySource.setThresholdBytesForTempFiles(50000000);

This only affects users when they read files using Input Streams instead of
reading directly from a java.io.File.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to