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

[*] 48 KB max block size

parent 3eab6c30
No related branches found
No related tags found
No related merge requests found
Pipeline #25691 passed with stage
in 10 minutes and 55 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 (64 * 1024) //(1 * 1024 * 1024) // 1 Mb
#define DAP_CHAIN_CS_BLOCKS_MAX_BLOCK_SIZE (48 * 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