This commit is contained in:
Ian Davis
2022-11-15 15:48:47 +00:00
parent 48ea46990e
commit c31662d92a
5 changed files with 19 additions and 4 deletions
+8
View File
@@ -69,6 +69,14 @@ this time become eligible for automatic deletion.`,
Comment: `MaxFilterHeightRange specifies the maximum range of heights that can be used in a filter (to avoid querying
the entire chain)`,
},
{
Name: "ActorEventDatabasePath",
Type: "string",
Comment: `EventHistoryDatabasePath 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.`,
},
},
"Backup": []DocField{
{