From febf7cf28f9b8c4c9649dfb7b66381ecd3a12c97 Mon Sep 17 00:00:00 2001 From: vyzo Date: Tue, 18 May 2021 12:02:53 +0300 Subject: [PATCH] sane config defaults --- node/config/def.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/config/def.go b/node/config/def.go index 94e87be3b..ba4ec7ce1 100644 --- a/node/config/def.go +++ b/node/config/def.go @@ -243,8 +243,8 @@ func DefaultStorageMiner() *StorageMiner { AlwaysKeepUnsealedCopy: true, AggregateCommits: true, - MinCommitBatch: 5, // todo: base this on some real numbers - MaxCommitBatch: 400, + MinCommitBatch: 1, // we must have at least one proof to aggregate + MaxCommitBatch: 204, // this is the maximum aggregation per FIP13 }, Storage: sectorstorage.SealerConfig{