cache->fd = -1;
cache->filepath =
i_strconcat(index->filepath, MAIL_CACHE_FILE_SUFFIX, NULL);
- cache->field_pool = pool_alloconly_create("Cache fields", 1024);
+ cache->field_pool = pool_alloconly_create("Cache fields", 2048);
cache->field_name_hash =
hash_table_create(default_pool, cache->field_pool, 0,
strcase_hash, (hash_cmp_callback_t *)strcasecmp);
struct mountpoint_list *list;
pool_t pool;
- pool = pool_alloconly_create("mountpoint list", 512);
+ pool = pool_alloconly_create("mountpoint list", 1024);
list = p_new(pool, struct mountpoint_list, 1);
list->pool = pool;
list->perm_path = p_strdup(pool, perm_path);