mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-23 18:16:18 +02:00
2.33
This commit is contained in:
parent
0906ac9108
commit
b14f3a03d0
@ -320,7 +320,7 @@ public class ChunkDownloader implements Runnable, SecureSingleThreadNotifiable {
|
||||
@Override
|
||||
public void run() {
|
||||
|
||||
while (!_exit) {
|
||||
while (!_exit && !_download.isStopped()) {
|
||||
|
||||
try {
|
||||
|
||||
|
@ -45,7 +45,7 @@ import org.apache.http.auth.UsernamePasswordCredentials;
|
||||
*/
|
||||
public final class MainPanel {
|
||||
|
||||
public static final String VERSION = "2.32";
|
||||
public static final String VERSION = "2.33";
|
||||
public static final int THROTTLE_SLICE_SIZE = 16 * 1024;
|
||||
public static final int DEFAULT_BYTE_BUFFER_SIZE = 16 * 1024;
|
||||
public static final int STREAMER_PORT = 1337;
|
||||
|
Loading…
x
Reference in New Issue
Block a user