Skip to content

Commit

Permalink
fix: snapshot manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Nov 27, 2024
1 parent f8abf35 commit 36373a8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions yarn-project/end-to-end/src/fixtures/snapshot_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,9 @@ async function setupFromFresh(

// Setup blob sink service
const blobSink = await createBlobSinkService({
port: blobSinkPort,
dataStoreConfig: {
dataDirectory: statePath,
dataStoreMapSizeKB: aztecNodeConfig.dataStoreMapSizeKB,
},
port: 5052,
dataDirectory: statePath,
dataStoreMapSizeKB: aztecNodeConfig.dataStoreMapSizeKB,
});
await blobSink.start();

Expand Down

0 comments on commit 36373a8

Please sign in to comment.