History | View | Annotate | Download (144 Bytes)
package chunk;
public class Global {
public static int MAX_CHUNK_SIZE = 64000;
public static int MAX_STORAGE_SIZE = 64000000;
///
}