From 03606afcf8998e91d79af916db8b3dcdd2809676 Mon Sep 17 00:00:00 2001 From: Sai Ranjit Tummalapalli Date: Mon, 27 May 2024 14:05:51 +0530 Subject: [PATCH] fix: backup storage Signed-off-by: Sai Ranjit Tummalapalli --- src/agent.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/agent.ts b/src/agent.ts index 0332787..148befe 100644 --- a/src/agent.ts +++ b/src/agent.ts @@ -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,