Project

General

Profile

Statistics
| Revision:

root / src / Global / Globals.java @ 2

History | View | Annotate | Download (222 Bytes)

1 2 up20160340
package Global;
2
3
public class Globals {
4
5
    public static String CRLF = "\r\n";
6
7
    public static int MAX_CHUNK_SIZE = 64000;
8
9
    public static int MAX_SIZE_STORAGE = 524288000;
10
11
    public static int MAX_TRIES = 5;
12
13
}