You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that we don't flush too often when deflating.
When fixing rubyzip#322 we initially flushed on every write, but this is bad for
compression perfomance (size-wise). So this commit ensures we only flush
when we're running under JRuby.
Fixesrubyzip#322
0 commit comments