mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-15 03:52:31 +00:00
Increased max file size to 1GiB. Will review this again later.
This commit is contained in:
parent
3f20fadb81
commit
cd3a1e0159
@ -43,7 +43,7 @@ public class DataFile {
|
||||
|
||||
private static final Logger LOGGER = LogManager.getLogger(DataFile.class);
|
||||
|
||||
public static final long MAX_FILE_SIZE = 100 * 1024 * 1024; // 100MiB
|
||||
public static final long MAX_FILE_SIZE = 1 * 1024 * 1024 * 1024; // 1GiB
|
||||
public static final int CHUNK_SIZE = 1 * 1024 * 1024; // 1MiB
|
||||
public static int SHORT_DIGEST_LENGTH = 8;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user