[PATCH 1/3] vinyl: allow to resize cache online

Vladimir Davydov vdavydov.dev at gmail.com
Tue Feb 27 15:38:55 MSK 2018


On Mon, Feb 26, 2018 at 08:47:10PM +0300, Vladimir Davydov wrote:
> +box_set_vinyl_cache(void)
> +{
> +	struct vinyl_engine *vinyl;
> +	vinyl = (struct vinyl_engine *)engine_by_name("vinyl");
> +	assert(vinyl != NULL);
> +	vinyl_engine_set_cache(vinyl, cfg_geti("vinyl_cache"));

Should be cfg_geti64() obviously. Fixed on the branch.



More information about the Tarantool-patches mailing list