Skip to content
Snippets Groups Projects
Commit 3eab6c30 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[*] Change max block size to 64 KB

parent 1c22ccf8
No related branches found
No related tags found
No related merge requests found
Pipeline #25687 passed with stage
in 10 minutes and 14 seconds
......@@ -29,7 +29,7 @@
#ifdef DAP_TPS_TEST
#define DAP_CHAIN_CS_BLOCKS_MAX_BLOCK_SIZE (100 * 1024 * 1024)
#else
#define DAP_CHAIN_CS_BLOCKS_MAX_BLOCK_SIZE (1 * 1024 * 1024) // 1 Mb
#define DAP_CHAIN_CS_BLOCKS_MAX_BLOCK_SIZE (64 * 1024) //(1 * 1024 * 1024) // 1 Mb
#endif
typedef struct dap_chain_cs_blocks dap_chain_cs_blocks_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment