mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-05-29 04:50:14 +02:00
6.72
-Sort wait queue fix
This commit is contained in:
parent
f99ee8ba9c
commit
6bde910ac8
@ -26,7 +26,6 @@ import javax.swing.JComponent;
|
|||||||
*/
|
*/
|
||||||
public class Upload implements Transference, Runnable, SecureSingleThreadNotifiable {
|
public class Upload implements Transference, Runnable, SecureSingleThreadNotifiable {
|
||||||
|
|
||||||
public static final int HTTP_READ_TIMEOUT = 60000;
|
|
||||||
public static final int WORKERS_DEFAULT = 6;
|
public static final int WORKERS_DEFAULT = 6;
|
||||||
public static final int CHUNK_SIZE_MULTI = 1; //Otra cosa da errores al reanudar una subida (investigar)
|
public static final int CHUNK_SIZE_MULTI = 1; //Otra cosa da errores al reanudar una subida (investigar)
|
||||||
private static final Logger LOG = Logger.getLogger(Upload.class.getName());
|
private static final Logger LOG = Logger.getLogger(Upload.class.getName());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user