Fix inaccurate config comment
This commit is contained in:
parent
8552cdb54c
commit
7c37451f48
@ -444,12 +444,14 @@
|
|||||||
# env var: LOTUS_SEALING_AGGREGATECOMMITS
|
# env var: LOTUS_SEALING_AGGREGATECOMMITS
|
||||||
#AggregateCommits = true
|
#AggregateCommits = true
|
||||||
|
|
||||||
# maximum batched commit size - batches will be sent immediately above this size
|
# minimum batched commit size - batches above this size will eventually be sent on a timeout
|
||||||
#
|
#
|
||||||
# type: int
|
# type: int
|
||||||
# env var: LOTUS_SEALING_MINCOMMITBATCH
|
# env var: LOTUS_SEALING_MINCOMMITBATCH
|
||||||
#MinCommitBatch = 4
|
#MinCommitBatch = 4
|
||||||
|
|
||||||
|
# maximum batched commit size - batches will be sent immediately above this size
|
||||||
|
#
|
||||||
# type: int
|
# type: int
|
||||||
# env var: LOTUS_SEALING_MAXCOMMITBATCH
|
# env var: LOTUS_SEALING_MAXCOMMITBATCH
|
||||||
#MaxCommitBatch = 819
|
#MaxCommitBatch = 819
|
||||||
|
Loading…
Reference in New Issue
Block a user