mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-02-28 06:13:03 +01:00
Land #293, improve java/android download speed
This commit is contained in:
commit
260cc9f196
@ -165,7 +165,7 @@ public class Channel {
|
||||
|
||||
public void run() {
|
||||
try {
|
||||
byte[] buffer = new byte[4096];
|
||||
byte[] buffer = new byte[1024*1024];
|
||||
int len;
|
||||
while ((len = stream.read(buffer)) != -1) {
|
||||
if (len == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user