Skip to content

Commit

Permalink
Merge pull request #10 from credebl/fix/backup-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
sairanjit authored May 27, 2024
2 parents b67de3e + 03606af commit bcd4db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export async function createAgent() {
// FIXME: We should probably remove this at some point, but it will require custom logic
// Also, doesn't work with multi-tenancy yet
autoUpdateStorageOnStartup: true,
backupBeforeStorageUpdate: false,
didCommMimeType: DidCommMimeType.V0,
},
dependencies: agentDependencies,
Expand Down

0 comments on commit bcd4db0

Please sign in to comment.