Skip to content

Commit

Permalink
e2e: use redb
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Jul 7, 2023
1 parent b89cba3 commit f233673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/src/fullstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ function newPRuntime(teePort, tmpPath, name = 'app') {
'--cores=0', // Disable benchmark
'--checkpoint-interval=5',
'--port', teePort.toString(),
'--use-kvdb',
'--db=redb',
];
let bin = pRuntimeBin;
if (inSgx) {
Expand Down

0 comments on commit f233673

Please sign in to comment.