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

[*] Maximum block size decreased

parent f5443ed6
No related branches found
No related tags found
No related merge requests found
Pipeline #26742 passed with stage
in 8 minutes and 47 seconds
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#ifdef DAP_TPS_TEST #ifdef DAP_TPS_TEST
#define DAP_CHAIN_CS_BLOCKS_MAX_BLOCK_SIZE (100 * 1024 * 1024) #define DAP_CHAIN_CS_BLOCKS_MAX_BLOCK_SIZE (100 * 1024 * 1024)
#else #else
#define DAP_CHAIN_CS_BLOCKS_MAX_BLOCK_SIZE (1 * 1024 * 1024) // 1 Mb #define DAP_CHAIN_CS_BLOCKS_MAX_BLOCK_SIZE (256 * 1024) // 256 KB
#endif #endif
typedef struct dap_chain_cs_blocks dap_chain_cs_blocks_t; 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