Skip to content

Commit

Permalink
Changed MAX_PREALLOC_SIZE to 2^8
Browse files Browse the repository at this point in the history
  • Loading branch information
pmconrad committed Jan 7, 2019
1 parent 90f8ad5 commit 72eeb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fc/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

#ifndef FC_MAX_PREALLOC_SIZE
// how many elements will be reserve()d when deserializing vectors
#define FC_MAX_PREALLOC_SIZE (200UL)
#define FC_MAX_PREALLOC_SIZE (256UL)
#endif

0 comments on commit 72eeb62

Please sign in to comment.