This commit is contained in:
sebastianburckhardt 2023-04-24 06:52:27 -07:00
Родитель 2ca5422bf6
Коммит 6e1ec94b6d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -45,7 +45,7 @@ namespace DurableTask.Netherite.Faster
int numberOfStores = this.stores.Count;
if (numberOfStores > 0)
{
long targetSize = this.maxCacheSize / this.stores.Count;
long targetSize = this.maxCacheSize / numberOfStores;
foreach (var s in this.stores.Keys)
{
s.SetTargetSize(targetSize);