mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 04:14:18 +00:00
change limit
This commit is contained in:
parent
f2b5802d9c
commit
2cd5f9e4cd
@ -52,7 +52,7 @@ public class ArbitraryDataFile {
|
|||||||
|
|
||||||
private static final Logger LOGGER = LogManager.getLogger(ArbitraryDataFile.class);
|
private static final Logger LOGGER = LogManager.getLogger(ArbitraryDataFile.class);
|
||||||
|
|
||||||
public static final long MAX_FILE_SIZE = 3L * 1024 * 1024 * 1024; // 3 GiB
|
public static final long MAX_FILE_SIZE = 2L * 1024 * 1024 * 1024; // 2 GiB
|
||||||
protected static final int MAX_CHUNK_SIZE = 1 * 1024 * 1024; // 1MiB
|
protected static final int MAX_CHUNK_SIZE = 1 * 1024 * 1024; // 1MiB
|
||||||
public static final int CHUNK_SIZE = 512 * 1024; // 0.5MiB
|
public static final int CHUNK_SIZE = 512 * 1024; // 0.5MiB
|
||||||
public static int SHORT_DIGEST_LENGTH = 8;
|
public static int SHORT_DIGEST_LENGTH = 8;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user