cluster-cache: fix init function setting memcache count instead of memcache max

This commit is contained in:
2025-02-27 15:50:57 +00:00
parent 717b51df31
commit 47fbca38f6

View File

@@ -44,7 +44,7 @@ enum ec3_status cluster_cache_init(
} }
} }
out->c_memcache_count = 4; out->c_memcache_max = 4;
out->c_cluster_size = cluster_size; out->c_cluster_size = cluster_size;
return EC3_SUCCESS; return EC3_SUCCESS;
} }