lpwinning: wire up winningPoSt

This commit is contained in:
Łukasz Magiera
2023-11-11 09:36:33 +01:00
parent b9625daf2e
commit 2a4ce7d358
3 changed files with 40 additions and 188 deletions
+4 -3
View File
@@ -92,9 +92,10 @@ type JournalConfig struct {
}
type ProviderSubsystemsConfig struct {
EnableWindowPost bool
WindowPostMaxTasks int
EnableWinningPost bool
EnableWindowPost bool
WindowPostMaxTasks int
EnableWinningPost bool
WinningPostMaxTasks int
}
type DAGStoreConfig struct {