lib/ftpd/stream.rb in ftpd-1.1.1 vs lib/ftpd/stream.rb in ftpd-2.0.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Ftpd class Stream CHUNK_SIZE = 1024 * 100 # 100kb