Skip to content

Commit

Permalink
fix: disable state manager in prover when stateless executor is enabl…
Browse files Browse the repository at this point in the history
…ed (#246)
  • Loading branch information
cffls committed Sep 4, 2024
1 parent 2e671bb commit 8feeb64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/trusted-node/prover-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,11 @@
* stateManager will use the State Manager to consolidate states
* before writing to Database
*/ -}}
{{if .stateless_executor}}
"stateManager": false,
{{else}}
"stateManager": true,
{{end}}

{{- /*
* useAssociativeCache to use associative cache as Database MT
Expand Down

0 comments on commit 8feeb64

Please sign in to comment.