Skip to content
Snippets Groups Projects
Commit e696d0bb authored by oljas.jarasbaev's avatar oljas.jarasbaev
Browse files

[*] fix map size

parent 45751058
No related branches found
No related tags found
1 merge request!1711[*] fix map size
Pipeline #41620 passed with stage
in 11 minutes and 52 seconds
......@@ -41,7 +41,7 @@
#define DAP_CHAIN_CELL_FILE_SIGNATURE 0xfa340bef153eba48
#define DAP_CHAIN_CELL_FILE_TYPE_RAW 0
#define DAP_CHAIN_CELL_FILE_TYPE_COMPRESSED 1
#define DAP_MAPPED_VOLUME_LIMIT ( 1 << 20 ) // 256 MB for now, may be should be configurable?
#define DAP_MAPPED_VOLUME_LIMIT ( 1 << 28 ) // 256 MB for now, may be should be configurable?
/**
* @struct dap_chain_cell_file_header
*/
......
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