History | View | Annotate | Download (222 Bytes)
package Global;
public class Globals {
public static String CRLF = "\r\n";
public static int MAX_CHUNK_SIZE = 64000;
public static int MAX_SIZE_STORAGE = 524288000;
public static int MAX_TRIES = 5;
}