update default-lotus-config.toml
This commit is contained in:
parent
a8829a049e
commit
a17b6af00c
@ -380,6 +380,21 @@
|
||||
# env var: LOTUS_FEVM_EVENTS_MAXFILTERHEIGHTRANGE
|
||||
#MaxFilterHeightRange = 2880
|
||||
|
||||
# FilterThresholdSet signals whether a FilterThresholdEpoch is set. If it is it will be used instead of
|
||||
# MaxFilterHeightRange to define the supported range.
|
||||
#
|
||||
# type: bool
|
||||
# env var: LOTUS_FEVM_EVENTS_FILTERTHRESHOLDSET
|
||||
#FilterThresholdSet = false
|
||||
|
||||
# FilterThresholdEpoch specifies an epoch above which the node will support returning filtered logs.
|
||||
# This is useful for setting a static start epoch for support, rather than a static window size with a start epoch
|
||||
# that shifts as the chain progresses.
|
||||
#
|
||||
# type: uint64
|
||||
# env var: LOTUS_FEVM_EVENTS_FILTERTHRESHOLDEPOCH
|
||||
#FilterThresholdEpoch = 2683348
|
||||
|
||||
# DatabasePath is the full path to a sqlite database that will be used to index actor events to
|
||||
# support the historic filter APIs. If the database does not exist it will be created. The directory containing
|
||||
# the database must already exist and be writeable. If a relative path is provided here, sqlite treats it as
|
||||
|
Loading…
Reference in New Issue
Block a user