This commit is contained in:
Andrew Jackson (Ajax) 2023-09-25 14:25:02 -05:00
parent bcd0faba81
commit aae259c426
2 changed files with 21 additions and 12 deletions

View File

@ -1,8 +1,9 @@
# type: bool
#EnableWindowPost = false
[Subsystems]
# type: bool
#EnableWindowPost = false
# type: bool
#EnableWinningPost = false
# type: bool
#EnableWinningPost = false
[Fees]

View File

@ -703,14 +703,8 @@ over the worker address if this flag is set.`,
},
"LotusProviderConfig": {
{
Name: "EnableWindowPost",
Type: "bool",
Comment: ``,
},
{
Name: "EnableWinningPost",
Type: "bool",
Name: "Subsystems",
Type: "ProviderSubsystemsConfig",
Comment: ``,
},
@ -921,6 +915,20 @@ This is useful to allow workers to bypass the lotus miner to access sector infor
Comment: ``,
},
},
"ProviderSubsystemsConfig": {
{
Name: "EnableWindowPost",
Type: "bool",
Comment: ``,
},
{
Name: "EnableWinningPost",
Type: "bool",
Comment: ``,
},
},
"ProvingConfig": {
{
Name: "ParallelCheckLimit",