1
0
Fork 0

remove memory usage for small collections

This commit is contained in:
Jan Steemann 2013-01-03 10:54:44 +01:00
parent c982962fd4
commit e2efd9d35e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
/// @brief number of headers per block
////////////////////////////////////////////////////////////////////////////////
#define NUMBER_HEADERS_PER_BLOCK (1000000)
#define NUMBER_HEADERS_PER_BLOCK (1000)
// -----------------------------------------------------------------------------
// --SECTION-- private types