diff --git a/include/fc/config.hpp b/include/fc/config.hpp index 1c1f1c8..a67a22d 100644 --- a/include/fc/config.hpp +++ b/include/fc/config.hpp @@ -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