Skip to content

Commit

Permalink
fix dbMultiWriteSinglePosition config value
Browse files Browse the repository at this point in the history
  • Loading branch information
tclemos committed Jul 27, 2023
1 parent 822858c commit 7d10f46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/environments/mainnet/public.prover.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@
"maxHashDBThreads": 8,
"ECRecoverPrecalc": true,
"ECRecoverPrecalcNThreads": 16,
"dbMultiWriteSinglePosition": true
"dbMultiWriteSinglePosition": false
}
2 changes: 1 addition & 1 deletion config/environments/testnet/testnet.prover.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@
"maxHashDBThreads": 8,
"ECRecoverPrecalc": true,
"ECRecoverPrecalcNThreads": 16,
"dbMultiWriteSinglePosition": true
"dbMultiWriteSinglePosition": false
}
2 changes: 1 addition & 1 deletion test/config/test.permissionless.prover.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@

"ECRecoverPrecalc": true,
"ECRecoverPrecalcNThreads": 16,
"dbMultiWriteSinglePosition": true
"dbMultiWriteSinglePosition": false
}

2 changes: 1 addition & 1 deletion test/config/test.prover.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@

"ECRecoverPrecalc": true,
"ECRecoverPrecalcNThreads": 16,
"dbMultiWriteSinglePosition": true
"dbMultiWriteSinglePosition": false
}

0 comments on commit 7d10f46

Please sign in to comment.