mirror of
https://github.com/monero-project/monero.git
synced 2024-12-28 11:19:29 -05:00
Merge pull request #5999
fbf8168
utils: Increase max block size for import/export (ndorf)
This commit is contained in:
commit
bef8d3e381
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
// bounds checking is done before writing to buffer, but buffer size
|
// bounds checking is done before writing to buffer, but buffer size
|
||||||
// should be a sensible maximum
|
// should be a sensible maximum
|
||||||
#define BUFFER_SIZE 1000000
|
#define BUFFER_SIZE (2 * 1024 * 1024)
|
||||||
#define CHUNK_SIZE_WARNING_THRESHOLD 500000
|
#define CHUNK_SIZE_WARNING_THRESHOLD 500000
|
||||||
#define NUM_BLOCKS_PER_CHUNK 1
|
#define NUM_BLOCKS_PER_CHUNK 1
|
||||||
#define BLOCKCHAIN_RAW "blockchain.raw"
|
#define BLOCKCHAIN_RAW "blockchain.raw"
|
||||||
|
Loading…
Reference in New Issue
Block a user