#include 'ftl_conf.h'
static const struct spdk_ftl_conf g_default_conf = {
	/* 20% spare blocks */
	.overprovisioning = 20,
	/* IO pool size per user thread (this should be adjusted to thread IO qdepth) */
	.user_io_pool_size = 2048,
};